Class CfnChannel.EpochLockingSettingsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.EpochLockingSettingsProperty : CfnChannel.IEpochLockingSettingsProperty
Syntax (vb)
Public Class CfnChannel.EpochLockingSettingsProperty Implements CfnChannel.IEpochLockingSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var epochLockingSettingsProperty = new EpochLockingSettingsProperty {
CustomEpoch = "customEpoch",
JamSyncTime = "jamSyncTime"
};
Synopsis
Constructors
EpochLockingSettingsProperty() |
Properties
CustomEpoch | |
JamSyncTime |
Constructors
EpochLockingSettingsProperty()
public EpochLockingSettingsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var epochLockingSettingsProperty = new EpochLockingSettingsProperty {
CustomEpoch = "customEpoch",
JamSyncTime = "jamSyncTime"
};
Properties
CustomEpoch
public string? CustomEpoch { get; set; }
Property Value
Remarks
JamSyncTime
public string? JamSyncTime { get; set; }