TimecodeBurninFontSize

class aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize(*args: Any, **kwargs)

Bases: object

(experimental) Font size for timecode burn-in.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

timecode_burnin_font_size = medialive_alpha.TimecodeBurninFontSize.EXTRA_SMALL_10

Attributes

EXTRA_SMALL_10 = <aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize object>
LARGE_48 = <aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize object>
MEDIUM_32 = <aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize object>
SMALL_16 = <aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize object>
value

(experimental) The underlying string value passed to CloudFormation.

Stability:

experimental

Static Methods

classmethod of(value)

(experimental) A value not yet modelled by AWS CDK.

Parameters:

value (str)

Stability:

experimental

Return type:

TimecodeBurninFontSize