interface DashSubtitleConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2.CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediapackagev2#CfnOriginEndpointPropsMixin_DashSubtitleConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediapackagev2.CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediapackagev2 » CfnOriginEndpointPropsMixin » DashSubtitleConfigurationProperty |
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 { aws_mediapackagev2 as mediapackagev2 } from '@aws-cdk/cfn-property-mixins';
const dashSubtitleConfigurationProperty: mediapackagev2.CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty = {
ttmlConfiguration: {
ttmlProfile: 'ttmlProfile',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| ttml | IResolvable | Dash | Settings for TTML subtitles. |
ttmlConfiguration?
Type:
IResolvable | Dash
(optional)
Settings for TTML subtitles.

.NET
Go
Java
Python
TypeScript