aws-cdk-lib.aws_medialive.CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty

interface Scte20PlusEmbeddedDestinationSettingsProperty

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

The configuration of SCTE-20 plus embedded captions in the output.

The parent of this entity is CaptionDestinationSettings.

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 scte20PlusEmbeddedDestinationSettingsProperty: medialive.CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty = { };