Show / Hide Table of Contents

Class CfnChannel.EpochLockingSettingsProperty

Inheritance
object
CfnChannel.EpochLockingSettingsProperty
Implements
CfnChannel.IEpochLockingSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-epochlockingsettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-epochlockingsettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-epochlockingsettings.html#cfn-medialive-channel-epochlockingsettings-customepoch

JamSyncTime

public string? JamSyncTime { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-epochlockingsettings.html#cfn-medialive-channel-epochlockingsettings-jamsynctime

Implements

CfnChannel.IEpochLockingSettingsProperty
Back to top Generated by DocFX