Class: Aws::MediaLive::Types::RouterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RouterSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
This is the collection of settings that are used during the creation of a MediaConnect router input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::RouterDestinationSettings>
Destinations for the input from MediaConnect Router.
-
#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::RouterDestinationSettings>
Destinations for the input from MediaConnect Router. Provide one for a single-pipeline input and two for a standard input.
22394 22395 22396 22397 22398 22399 22400 |
# File 'lib/aws-sdk-medialive/types.rb', line 22394 class RouterSettings < 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.
22394 22395 22396 22397 22398 22399 22400 |
# File 'lib/aws-sdk-medialive/types.rb', line 22394 class RouterSettings < Struct.new( :destinations, :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
ARN of the secret used to encrypt this input.
22394 22395 22396 22397 22398 22399 22400 |
# File 'lib/aws-sdk-medialive/types.rb', line 22394 class RouterSettings < Struct.new( :destinations, :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |