AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackageV2::OriginEndpointPolicy

CfnOriginEndpointPolicy

Specifies the configuration parameters of a policy associated with a MediaPackage V2 origin endpoint.

Import

import { CfnOriginEndpointPolicy } from 'aws-cdk-lib/aws-mediapackagev2';

Or use the module namespace:

import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnOriginEndpointPolicy

Properties

Configuration passed to the constructor as CfnOriginEndpointPolicyProps.

channelGroupNameRequired
string

The name of the channel group associated with the origin endpoint policy.

channelNameRequired
string

The channel name associated with the origin endpoint policy.

originEndpointNameRequired
string

The name of the origin endpoint associated with the origin endpoint policy.

policyRequired
any

The policy associated with the origin endpoint.

cdnAuthConfigurationOptional
IResolvable | CdnAuthConfigurationProperty

The settings to enable CDN authorization headers in MediaPackage.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediapackagev2
CFN TypeAWS::MediaPackageV2::OriginEndpointPolicy
Properties5

External Links