You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Authorization as input to an Aws::Client method, you can use a vanilla Hash:

{
  cdn_identifier_secret: "__string", # required
  secrets_role_arn: "__string", # required
}

CDN Authorization credentials

Returned by:

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.

Returns:

  • (String)

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

#secrets_role_arnString

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

Returns:

  • (String)

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