Class: Aws::MediaLive::Types::InputSourceRequest

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

Overview

Settings for 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)


7354
7355
7356
7357
7358
7359
7360
# File 'lib/aws-sdk-medialive/types.rb', line 7354

class InputSourceRequest < 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)


7354
7355
7356
7357
7358
7359
7360
# File 'lib/aws-sdk-medialive/types.rb', line 7354

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

#usernameString

The username for the input source.

Returns:

  • (String)


7354
7355
7356
7357
7358
7359
7360
# File 'lib/aws-sdk-medialive/types.rb', line 7354

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