interface VideoSelectorProgramIdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.VideoSelectorProgramIdProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_VideoSelectorProgramIdProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.VideoSelectorProgramIdProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.VideoSelectorProgramIdProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » 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/cfn-property-mixins';
const videoSelectorProgramIdProperty: medialive.CfnChannelPropsMixin.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.

.NET
Go
Java
Python
TypeScript