Class: Aws::MediaLive::Types::MediaConnectRouterOutputDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaConnectRouterOutputDestinationSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
MediaConnect Router Output Destination Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
Encryption configuration for MediaConnect router.
-
#secret_arn ⇒ String
ARN of the secret used to encrypt this input.
Instance Attribute Details
#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.
23067 23068 23069 23070 23071 23072 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23067 class MediaConnectRouterOutputDestinationSettings < Struct.new( :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.
23067 23068 23069 23070 23071 23072 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23067 class MediaConnectRouterOutputDestinationSettings < Struct.new( :encryption_type, :secret_arn) SENSITIVE = [] include Aws::Structure end |