Class: Aws::MediaPackage::Types::Authorization

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackage/types.rb

Overview

CDN Authorization credentials

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cdn_identifier_secretString

The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.



28
29
30
31
32
33
# File 'lib/aws-sdk-mediapackage/types.rb', line 28

class Authorization < Struct.new(
  :cdn_identifier_secret,
  :secrets_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_role_arnString

The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.



28
29
30
31
32
33
# File 'lib/aws-sdk-mediapackage/types.rb', line 28

class Authorization < Struct.new(
  :cdn_identifier_secret,
  :secrets_role_arn)
  SENSITIVE = []
  include Aws::Structure
end