Interface CfnOriginEndpoint.DashSubtitleConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.DashSubtitleConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.DashSubtitleConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for DASH subtitles.
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.mediapackagev2.*;
DashSubtitleConfigurationProperty dashSubtitleConfigurationProperty = DashSubtitleConfigurationProperty.builder()
.ttmlConfiguration(DashTtmlConfigurationProperty.builder()
.ttmlProfile("ttmlProfile")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpoint.DashSubtitleConfigurationPropertystatic final classAn implementation forCfnOriginEndpoint.DashSubtitleConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTtmlConfiguration
Settings for TTML subtitles.Returns union: either
IResolvableorCfnOriginEndpoint.DashTtmlConfigurationProperty- See Also:
-
builder
-