interface VideoSelectorProgramIdProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaLive.CfnChannel.VideoSelectorProgramIdProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_VideoSelectorProgramIdProperty | 
|  Java | software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorProgramIdProperty | 
|  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| program | number | Selects 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.
