Class: Aws::MediaLive::Types::RouterInputSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RouterInputSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The settings for a MediaConnect Router Input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::RouterDestination>
MediaConnect Router destinations associated with the MediaLive Input.
-
#encryption_type ⇒ String
Encryption configuration for MediaConnect router.
-
#secret_arn ⇒ String
ARN of the secret used to encrypt this input.
Instance Attribute Details
#destinations ⇒ Array<Types::RouterDestination>
MediaConnect Router destinations associated with the MediaLive Input.
22430 22431 22432 22433 22434 22435 22436 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22430 class RouterInputSettings < Struct.new( :destinations, :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_type ⇒ String
Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
22430 22431 22432 22433 22434 22435 22436 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22430 class RouterInputSettings < Struct.new( :destinations, :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
ARN of the secret used to encrypt this input.
22430 22431 22432 22433 22434 22435 22436 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22430 class RouterInputSettings < Struct.new( :destinations, :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |