AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackageV2::OriginEndpoint

CfnOriginEndpoint

Specifies the configuration parameters for a MediaPackage V2 origin endpoint.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnOriginEndpointProps.

channelGroupNameRequired
string

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

channelNameRequired
string

The channel name associated with the origin endpoint.

containerTypeRequired
string

The container type associated with the origin endpoint configuration.

originEndpointNameRequired
string

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

dashManifestsOptional
IResolvable | IResolvable | DashManifestConfigurationProperty[]

A DASH manifest configuration.

descriptionOptional
string

The description associated with the origin endpoint.

forceEndpointErrorConfigurationOptional
IResolvable | ForceEndpointErrorConfigurationProperty

The failover settings for the endpoint.

hlsManifestsOptional
IResolvable | IResolvable | HlsManifestConfigurationProperty[]

The HLS manifests associated with the origin endpoint configuration.

lowLatencyHlsManifestsOptional
IResolvable | IResolvable | LowLatencyHlsManifestConfigurationProperty[]

The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.

mssManifestsOptional
IResolvable | 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.

segmentOptional
IResolvable | SegmentProperty

The segment associated with the origin endpoint.

startoverWindowSecondsOptional
number

The 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.

tagsOptional
CfnTag[]

The tags associated with the origin endpoint.

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::OriginEndpoint
Properties13

External Links