Convert608To708
- class aws_cdk.aws_medialive_alpha.Convert608To708(*args: Any, **kwargs)
Bases:
object(experimental) Whether to upconvert 608 captions to 708.
- 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 convert608_to708 = medialive_alpha.Convert608To708.of("value")
Attributes
- DISABLED = <aws_cdk.aws_medialive_alpha.Convert608To708 object>
- UPCONVERT = <aws_cdk.aws_medialive_alpha.Convert608To708 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: