Interface EpochOutputLockingProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EpochOutputLockingProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.047Z") @Stability(Experimental) public interface EpochOutputLockingProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for epoch output locking.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.alpha.*;
 EpochOutputLockingProps epochOutputLockingProps = EpochOutputLockingProps.builder()
         .customEpoch("customEpoch")
         .jamSyncTime("jamSyncTime")
         .build();
 
  • Method Details

    • getCustomEpoch

      @Stability(Experimental) @Nullable default String getCustomEpoch()
      (experimental) A custom epoch (ISO-8601 timestamp) to lock outputs to.

      Default: - service default

    • getJamSyncTime

      @Stability(Experimental) @Nullable default String getJamSyncTime()
      (experimental) A jam-sync time (ISO-8601 timestamp).

      Default: - service default

    • builder

      @Stability(Experimental) static EpochOutputLockingProps.Builder builder()
      Returns:
      a EpochOutputLockingProps.Builder of EpochOutputLockingProps