aws-cdk-lib.aws_medialive.CfnChannel.VideoSelectorProgramIdProperty

interface VideoSelectorProgramIdProperty

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

Used to extract video by the program ID.

The parent of this entity is VideoSelectorSettings.

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 videoSelectorProgramIdProperty: medialive.CfnChannel.VideoSelectorProgramIdProperty = {
  programId: 123,
};

Properties

NameTypeDescription
programId?numberSelects a specific program from within a multi-program transport stream.

programId?

Type: number (optional)

Selects a specific program from within a multi-program transport stream.

If the program doesn't exist, MediaLive selects the first program within the transport stream by default.