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 AWS 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 AWS Secrets Manager secret.
-
#secret_arn ⇒ String
The ARN of the AWS 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 AWS Secrets Manager secret.
6817 6818 6819 6820 6821 6822 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6817 class SecretsManagerEncryptionKeyConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ARN of the AWS Secrets Manager secret used for transit encryption.
6817 6818 6819 6820 6821 6822 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6817 class SecretsManagerEncryptionKeyConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |