Class: Aws::MediaLive::Types::SrtOutputDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtOutputDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_passphrase_secret_arn ⇒ String
Arn used to extract the password from Secrets Manager.
-
#stream_id ⇒ String
Stream id for SRT destinations (URLs of type srt://).
-
#url ⇒ String
A URL specifying a destination.
Instance Attribute Details
#encryption_passphrase_secret_arn ⇒ String
Arn used to extract the password from Secrets Manager
20094 20095 20096 20097 20098 20099 20100 |
# File 'lib/aws-sdk-medialive/types.rb', line 20094 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Stream id for SRT destinations (URLs of type srt://)
20094 20095 20096 20097 20098 20099 20100 |
# File 'lib/aws-sdk-medialive/types.rb', line 20094 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL specifying a destination
20094 20095 20096 20097 20098 20099 20100 |
# File 'lib/aws-sdk-medialive/types.rb', line 20094 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url) SENSITIVE = [] include Aws::Structure end |