M2tsAribCaptionsPidControl
- class aws_cdk.aws_medialive_alpha.M2tsAribCaptionsPidControl(*args: Any, **kwargs)
Bases:
object(experimental) How the ARIB Captions PID is selected.
- 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 m2ts_arib_captions_pid_control = medialive_alpha.M2tsAribCaptionsPidControl.of("value")
Attributes
- AUTO = <aws_cdk.aws_medialive_alpha.M2tsAribCaptionsPidControl object>
- USE_CONFIGURED = <aws_cdk.aws_medialive_alpha.M2tsAribCaptionsPidControl 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: