Interface CfnChannel.EmbeddedDestinationSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.EmbeddedDestinationSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.EmbeddedDestinationSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration of 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 software.amazon.awscdk.services.medialive.*;
 EmbeddedDestinationSettingsProperty embeddedDestinationSettingsProperty = EmbeddedDestinationSettingsProperty.builder().build();