class EbuTtDStyleControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.EbuTtDStyleControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#EbuTtDStyleControl |
Java | software.amazon.awscdk.services.medialive.alpha.EbuTtDStyleControl |
Python | aws_cdk.aws_medialive_alpha.EbuTtDStyleControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป EbuTtDStyleControl |
Whether EBU-TT-D includes source style information.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const ebuTtDStyleControl = medialive_alpha.EbuTtDStyleControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static EXCLUDE | Ebu | Set the font family to monospaced and exclude other style info. |
| static INCLUDE | Ebu | Include source style (color, position) in the font data. |
value
Type:
string
The underlying string value passed to CloudFormation.
static EXCLUDE
Type:
Ebu
Set the font family to monospaced and exclude other style info.
static INCLUDE
Type:
Ebu
Include source style (color, position) in the font data.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): EbuTtDStyleControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (