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
-
#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
20526 20527 20528 20529 20530 20531 20532 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20526 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://)
20526 20527 20528 20529 20530 20531 20532 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20526 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL specifying a destination
20526 20527 20528 20529 20530 20531 20532 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20526 class SrtOutputDestinationSettings < Struct.new( :encryption_passphrase_secret_arn, :stream_id, :url) SENSITIVE = [] include Aws::Structure end |