interface AuthorizationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaPackage.CfnPackagingGroup.AuthorizationProperty |
Java | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup.AuthorizationProperty |
Python | aws_cdk.aws_mediapackage.CfnPackagingGroup.AuthorizationProperty |
TypeScript | @aws-cdk/aws-mediapackage » CfnPackagingGroup » AuthorizationProperty |
Parameters for enabling CDN authorization.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediapackage from '@aws-cdk/aws-mediapackage';
const authorizationProperty: mediapackage.CfnPackagingGroup.AuthorizationProperty = {
cdnIdentifierSecret: 'cdnIdentifierSecret',
secretsRoleArn: 'secretsRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
cdn | string | The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization. |
secrets | string | The Amazon Resource Name (ARN) for the IAM role that allows AWS Elemental MediaPackage to communicate with AWS Secrets Manager . |
cdnIdentifierSecret
Type:
string
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
secretsRoleArn
Type:
string
The Amazon Resource Name (ARN) for the IAM role that allows AWS Elemental MediaPackage to communicate with AWS Secrets Manager .