Class: Aws::MediaPackageVod::Types::Authorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::Authorization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
CDN Authorization credentials
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdn_identifier_secret ⇒ String
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
-
#secrets_role_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
Instance Attribute Details
#cdn_identifier_secret ⇒ String
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 189 class Authorization < Struct.new( :cdn_identifier_secret, :secrets_role_arn) SENSITIVE = [] include Aws::Structure end |
#secrets_role_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 189 class Authorization < Struct.new( :cdn_identifier_secret, :secrets_role_arn) SENSITIVE = [] include Aws::Structure end |