Class: Aws::MediaConnect::Types::SecretsManagerEncryptionKeyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SecretsManagerEncryptionKeyConfiguration
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The ARN of the IAM role assumed by MediaConnect to access the Secrets Manager secret.
-
#secret_arn ⇒ String
The ARN of the Secrets Manager secret used for transit encryption.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the IAM role assumed by MediaConnect to access the Secrets Manager secret.
7013 7014 7015 7016 7017 7018 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7013 class SecretsManagerEncryptionKeyConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ARN of the Secrets Manager secret used for transit encryption.
7013 7014 7015 7016 7017 7018 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7013 class SecretsManagerEncryptionKeyConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |