aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty

interface MediaPackageOutputDestinationSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.MediaPackageOutputDestinationSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MediaPackageOutputDestinationSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » MediaPackageOutputDestinationSettingsProperty

Destination settings for a MediaPackage output.

The parent of this entity is OutputDestination.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const mediaPackageOutputDestinationSettingsProperty: medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty = {
  channelId: 'channelId',
};

Properties

NameTypeDescription
channelId?stringThe ID of the channel in MediaPackage that is the destination for this output group.

channelId?

Type: string (optional)

The ID of the channel in MediaPackage that is the destination for this output group.

You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.