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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forEpochOutputLockingPropsstatic final classAn implementation forEpochOutputLockingProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomEpoch
(experimental) A custom epoch (ISO-8601 timestamp) to lock outputs to.Default: - service default
-
getJamSyncTime
(experimental) A jam-sync time (ISO-8601 timestamp).Default: - service default
-
builder
- Returns:
- a
EpochOutputLockingProps.BuilderofEpochOutputLockingProps
-