Class: Aws::MediaLive::Types::SrtOutputDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtOutputDestinationSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_mode ⇒ String
Specifies the mode the output should use for connection establishment.
-
#encryption_passphrase_secret_arn ⇒ String
Arn used to extract the password from Secrets Manager.
-
#listener_port ⇒ Integer
Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
-
#stream_id ⇒ String
Stream id for SRT destinations (URLs of type srt://).
-
#url ⇒ String
A URL specifying a destination.
Instance Attribute Details
#connection_mode ⇒ String
Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.
20851 20852 20853 20854 20855 20856 20857 20858 20859 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url, :connection_mode, :listener_port) SENSITIVE = [] include Aws::Structure end |
#encryption_passphrase_secret_arn ⇒ String
Arn used to extract the password from Secrets Manager
20851 20852 20853 20854 20855 20856 20857 20858 20859 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url, :connection_mode, :listener_port) SENSITIVE = [] include Aws::Structure end |
#listener_port ⇒ Integer
Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
20851 20852 20853 20854 20855 20856 20857 20858 20859 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url, :connection_mode, :listener_port) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Stream id for SRT destinations (URLs of type srt://)
20851 20852 20853 20854 20855 20856 20857 20858 20859 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url, :connection_mode, :listener_port) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL specifying a destination
20851 20852 20853 20854 20855 20856 20857 20858 20859 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url, :connection_mode, :listener_port) SENSITIVE = [] include Aws::Structure end |