CaptionTeletextGridControl
- class aws_cdk.aws_medialive_alpha.CaptionTeletextGridControl(*args: Any, **kwargs)
Bases:
object(experimental) Controls whether a fixed grid is used to generate the subtitle bitmap (Teletext input).
- 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 caption_teletext_grid_control = medialive_alpha.CaptionTeletextGridControl.of("value")
Attributes
- FIXED = <aws_cdk.aws_medialive_alpha.CaptionTeletextGridControl object>
- SCALED = <aws_cdk.aws_medialive_alpha.CaptionTeletextGridControl 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: