interface EpochOutputLockingProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.EpochOutputLockingProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#EpochOutputLockingProps |
Java | software.amazon.awscdk.services.medialive.alpha.EpochOutputLockingProps |
Python | aws_cdk.aws_medialive_alpha.EpochOutputLockingProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป EpochOutputLockingProps |
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 * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const epochOutputLockingProps: medialive_alpha.EpochOutputLockingProps = {
customEpoch: 'customEpoch',
jamSyncTime: 'jamSyncTime',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | A custom epoch (ISO-8601 timestamp) to lock outputs to. |
| jam | string | A jam-sync time (ISO-8601 timestamp). |
customEpoch?
Type:
string
(optional, default: service default)
A custom epoch (ISO-8601 timestamp) to lock outputs to.
jamSyncTime?
Type:
string
(optional, default: service default)
A jam-sync time (ISO-8601 timestamp).

.NET
Go
Java
Python
TypeScript (