EpochOutputLockingProps

class aws_cdk.aws_medialive_alpha.EpochOutputLockingProps(*, custom_epoch=None, jam_sync_time=None)

Bases: object

(experimental) Properties for epoch output locking.

Parameters:
  • custom_epoch (Optional[str]) – (experimental) A custom epoch (ISO-8601 timestamp) to lock outputs to. Default: - service default

  • jam_sync_time (Optional[str]) – (experimental) A jam-sync time (ISO-8601 timestamp). Default: - service default

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

epoch_output_locking_props = medialive_alpha.EpochOutputLockingProps(
    custom_epoch="customEpoch",
    jam_sync_time="jamSyncTime"
)

Attributes

custom_epoch

(experimental) A custom epoch (ISO-8601 timestamp) to lock outputs to.

Default:
  • service default

Stability:

experimental

jam_sync_time

(experimental) A jam-sync time (ISO-8601 timestamp).

Default:
  • service default

Stability:

experimental