interface CmafIngestCaptionLanguageMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_CmafIngestCaptionLanguageMappingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » CmafIngestCaptionLanguageMappingProperty |
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 cmafIngestCaptionLanguageMappingProperty: medialive.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty = {
captionChannel: 123,
languageCode: 'languageCode',
};
Properties
| Name | Type | Description |
|---|---|---|
| caption | number | |
| language | string |
captionChannel?
Type:
number
(optional)
languageCode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript