PipelineLockingMethod

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

Bases: object

(experimental) The method MediaLive uses to synchronise pipelines for pipeline output locking.

Stability:

experimental

ExampleMetadata:

infused

Example:

# Video-aligned pipeline locking — useful when sources lack reliable timecodes
locking = medialive.OutputLocking.pipeline(
    method=medialive.PipelineLockingMethod.VIDEO_ALIGNMENT
)

Attributes

SOURCE_TIMECODE = <aws_cdk.aws_medialive_alpha.PipelineLockingMethod object>
VIDEO_ALIGNMENT = <aws_cdk.aws_medialive_alpha.PipelineLockingMethod 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:

PipelineLockingMethod