Scte20Detection

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

Bases: object

(experimental) SCTE-20 detection mode for an embedded caption source.

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

scte20_detection = medialive_alpha.Scte20Detection.of("value")

Attributes

AUTO = <aws_cdk.aws_medialive_alpha.Scte20Detection object>
OFF = <aws_cdk.aws_medialive_alpha.Scte20Detection 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:

Scte20Detection