aws-cdk-lib.aws_medialive.CfnChannel.CdiInputSpecificationProperty

interface CdiInputSpecificationProperty

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

The input specification for this channel.

It specifies the key characteristics of CDI inputs for this channel, when those characteristics are different from other inputs.

This entity is at the top level in the channel.

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 cdiInputSpecificationProperty: medialive.CfnChannel.CdiInputSpecificationProperty = {
  resolution: 'resolution',
};

Properties

NameTypeDescription
resolution?stringMaximum CDI input resolution.

resolution?

Type: string (optional)

Maximum CDI input resolution.