interface CdiInputSpecificationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.CdiInputSpecificationProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.CdiInputSpecificationProperty |
Python | aws_cdk.aws_medialive.CfnChannel.CdiInputSpecificationProperty |
TypeScript | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const cdiInputSpecificationProperty: medialive.CfnChannel.CdiInputSpecificationProperty = {
resolution: 'resolution',
};
Properties
Name | Type | Description |
---|---|---|
resolution? | string | Maximum CDI input resolution. |
resolution?
Type:
string
(optional)
Maximum CDI input resolution.