Class: Aws::MediaLive::Types::SrtSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtSettingsRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Configures the settings for SRT inputs. Provide either srtCallerSources (for SRT_CALLER type) OR srtListenerSettings (for SRT_LISTENER type), not both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#srt_caller_sources ⇒ Array<Types::SrtCallerSourceRequest>
-
#srt_listener_settings ⇒ Types::SrtListenerSettingsRequest
Configuration for SRT Listener input.
Instance Attribute Details
#srt_caller_sources ⇒ Array<Types::SrtCallerSourceRequest>
18529 18530 18531 18532 18533 18534 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18529 class SrtSettingsRequest < Struct.new( :srt_caller_sources, :srt_listener_settings) SENSITIVE = [] include Aws::Structure end |
#srt_listener_settings ⇒ Types::SrtListenerSettingsRequest
Configuration for SRT Listener input. Encryption is REQUIRED for all SRT Listener inputs for security reasons. You must provide decryption settings including algorithm and passphrase secret ARN.
18529 18530 18531 18532 18533 18534 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18529 class SrtSettingsRequest < Struct.new( :srt_caller_sources, :srt_listener_settings) SENSITIVE = [] include Aws::Structure end |