AWS::MediaLive::Channel CaptionDescription - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaLive::Channel CaptionDescription

The encoding information for output captions.

The parent of this entity is EncoderSettings.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Accessibility" : String, "CaptionDashRoles" : [ String, ... ], "CaptionSelectorName" : String, "DestinationSettings" : CaptionDestinationSettings, "DvbDashAccessibility" : String, "LanguageCode" : String, "LanguageDescription" : String, "Name" : String }

Properties

Accessibility

Property description not available.

Required: No

Type: String

Update requires: No interruption

CaptionDashRoles

Property description not available.

Required: No

Type: Array of String

Update requires: No interruption

CaptionSelectorName

Specifies which input captions selector to use as a captions source when generating output captions. This field should match a captionSelector name.

Required: No

Type: String

Update requires: No interruption

DestinationSettings

Additional settings for a captions destination that depend on the destination type.

Required: No

Type: CaptionDestinationSettings

Update requires: No interruption

DvbDashAccessibility

Property description not available.

Required: No

Type: String

Update requires: No interruption

LanguageCode

An ISO 639-2 three-digit code. For more information, see http://www.loc.gov/standards/iso639-2/.

Required: No

Type: String

Update requires: No interruption

LanguageDescription

Human-readable information to indicate the captions that are available for players (for example, English or Spanish).

Required: No

Type: String

Update requires: No interruption

Name

The name of the captions description. The name is used to associate a captions description with an output. Names must be unique within a channel.

Required: No

Type: String

Update requires: No interruption