AWS::MediaPackageV2::OriginEndpointPolicySpecifies the configuration parameters of a policy associated with a MediaPackage V2 origin endpoint.
import { CfnOriginEndpointPolicy } from 'aws-cdk-lib/aws-mediapackagev2';Or use the module namespace:
import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnOriginEndpointPolicyConfiguration passed to the constructor as CfnOriginEndpointPolicyProps.
channelGroupNameRequiredstringThe name of the channel group associated with the origin endpoint policy.
channelNameRequiredstringThe channel name associated with the origin endpoint policy.
originEndpointNameRequiredstringThe name of the origin endpoint associated with the origin endpoint policy.
policyRequiredanyThe policy associated with the origin endpoint.
cdnAuthConfigurationOptionalIResolvable | CdnAuthConfigurationPropertyThe settings to enable CDN authorization headers in MediaPackage.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediapackagev2AWS::MediaPackageV2::OriginEndpointPolicy