AWS::MediaPackage::ChannelCreates a channel to receive content. After it's created, a channel provides static input URLs. These URLs remain the same throughout the lifetime of the channel, regardless of any failures or upgrades that might occur. Use these URLs to configure the outputs of your upstream encoder.
import { CfnChannel } from 'aws-cdk-lib/aws-mediapackage';Or use the module namespace:
import * as mediapackage from 'aws-cdk-lib/aws-mediapackage';
// mediapackage.CfnChannelConfiguration passed to the constructor as CfnChannelProps.
idRequiredstringUnique identifier that you assign to the channel.
descriptionOptionalstringAny descriptive information that you want to add to the channel for future identification purposes.
egressAccessLogsOptionalIResolvable | LogConfigurationPropertyConfigures egress access logs.
hlsIngestOptionalIResolvable | HlsIngestPropertyThe input URL where the source stream should be sent.
ingressAccessLogsOptionalIResolvable | LogConfigurationPropertyConfigures ingress access logs.
tagsOptionalCfnTag[]The tags to assign to the channel.
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-mediapackageAWS::MediaPackage::Channel