AWS::MediaPackageV2::OriginEndpointSpecifies the configuration parameters for a MediaPackage V2 origin endpoint.
import { CfnOriginEndpoint } from 'aws-cdk-lib/aws-mediapackagev2';Or use the module namespace:
import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnOriginEndpointConfiguration passed to the constructor as CfnOriginEndpointProps.
channelGroupNameRequiredstringThe name of the channel group associated with the origin endpoint configuration.
channelNameRequiredstringThe channel name associated with the origin endpoint.
containerTypeRequiredstringThe container type associated with the origin endpoint configuration.
originEndpointNameRequiredstringThe name of the origin endpoint associated with the origin endpoint configuration.
dashManifestsOptionalIResolvable | IResolvable | DashManifestConfigurationProperty[]A DASH manifest configuration.
descriptionOptionalstringThe description associated with the origin endpoint.
forceEndpointErrorConfigurationOptionalIResolvable | ForceEndpointErrorConfigurationPropertyThe failover settings for the endpoint.
hlsManifestsOptionalIResolvable | IResolvable | HlsManifestConfigurationProperty[]The HLS manifests associated with the origin endpoint configuration.
lowLatencyHlsManifestsOptionalIResolvable | IResolvable | LowLatencyHlsManifestConfigurationProperty[]The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.
mssManifestsOptionalIResolvable | IResolvable | MssManifestConfigurationProperty[]A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.
segmentOptionalIResolvable | SegmentPropertyThe segment associated with the origin endpoint.
startoverWindowSecondsOptionalnumberThe size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
tagsOptionalCfnTag[]The tags associated with the origin endpoint.
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::OriginEndpoint