Class: Aws::MediaLive::Types::OutputDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::OutputDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_param ⇒ String
key used to extract the password from EC2 Parameter store.
-
#stream_name ⇒ String
Stream name for RTMP destinations (URLs of type rtmp://).
-
#url ⇒ String
A URL specifying a destination.
-
#username ⇒ String
username for destination.
-
#virtual_source_address ⇒ String
Specifies the source IP address for outbound multicast packets.
Instance Attribute Details
#password_param ⇒ String
key used to extract the password from EC2 Parameter store
10551 10552 10553 10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-medialive/types.rb', line 10551 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username, :virtual_source_address) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
Stream name for RTMP destinations (URLs of type rtmp://)
10551 10552 10553 10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-medialive/types.rb', line 10551 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username, :virtual_source_address) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL specifying a destination
10551 10552 10553 10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-medialive/types.rb', line 10551 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username, :virtual_source_address) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
username for destination
10551 10552 10553 10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-medialive/types.rb', line 10551 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username, :virtual_source_address) SENSITIVE = [] include Aws::Structure end |
#virtual_source_address ⇒ String
Specifies the source IP address for outbound multicast packets.
10551 10552 10553 10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-medialive/types.rb', line 10551 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username, :virtual_source_address) SENSITIVE = [] include Aws::Structure end |