aws-cdk-lib.aws_medialive.CfnChannel.CaptionLanguageMappingProperty

interface CaptionLanguageMappingProperty

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

Maps a captions channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

The parent of this entity is HlsGroupSettings.

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 captionLanguageMappingProperty: medialive.CfnChannel.CaptionLanguageMappingProperty = {
  captionChannel: 123,
  languageCode: 'languageCode',
  languageDescription: 'languageDescription',
};

Properties

NameTypeDescription
captionChannel?numberThe closed caption channel being described by this CaptionLanguageMapping.
languageCode?stringA three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
languageDescription?stringThe textual description of language.

captionChannel?

Type: number (optional)

The closed caption channel being described by this CaptionLanguageMapping.

Each channel mapping must have a unique channel number (maximum of 4).


languageCode?

Type: string (optional)

A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).


languageDescription?

Type: string (optional)

The textual description of language.