interface CdnAuthConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpointPolicy_CdnAuthConfigurationProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpointPolicy » CdnAuthConfigurationProperty |
The settings to enable CDN authorization headers in MediaPackage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const cdnAuthConfigurationProperty: mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty = {
cdnIdentifierSecretArns: ['cdnIdentifierSecretArns'],
secretsRoleArn: 'secretsRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
cdn | string[] | The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint. |
secrets | string | The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization. |
cdnIdentifierSecretArns
Type:
string[]
The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
secretsRoleArn
Type:
string
The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.