Class: Aws::MediaLive::Types::InputSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The settings for a PULL type input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_paramString

The key used to extract the password from EC2 Parameter store.

Returns:

  • (String)


7329
7330
7331
7332
7333
7334
7335
# File 'lib/aws-sdk-medialive/types.rb', line 7329

class InputSource < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

This represents the customer’s source URL where stream is pulled from.

Returns:

  • (String)


7329
7330
7331
7332
7333
7334
7335
# File 'lib/aws-sdk-medialive/types.rb', line 7329

class InputSource < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username for the input source.

Returns:

  • (String)


7329
7330
7331
7332
7333
7334
7335
# File 'lib/aws-sdk-medialive/types.rb', line 7329

class InputSource < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end