Class CfnChannel.EpochLockingSettingsProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EpochLockingSettingsProperty : Object, CfnChannel.IEpochLockingSettingsProperty
Syntax (vb)
Public Class EpochLockingSettingsProperty
Inherits Object
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
Epoch |
Properties
Custom |
|
Jam |
Constructors
EpochLockingSettingsProperty()
public EpochLockingSettingsProperty()
Properties
CustomEpoch
public string CustomEpoch { get; set; }
Property Value
System.
Remarks
JamSyncTime
public string JamSyncTime { get; set; }
Property Value
System.