Class CfnChannelPropsMixin.PipelineLockingSettingsProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.PipelineLockingSettingsProperty : CfnChannelPropsMixin.IPipelineLockingSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.PipelineLockingSettingsProperty Implements CfnChannelPropsMixin.IPipelineLockingSettingsProperty
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.CfnPropertyMixins.AWS.MediaLive;
var pipelineLockingSettingsProperty = new PipelineLockingSettingsProperty {
CustomEpoch = "customEpoch",
PipelineLockingMethod = "pipelineLockingMethod"
};
Synopsis
Constructors
| PipelineLockingSettingsProperty() |
Properties
| CustomEpoch | |
| PipelineLockingMethod |
Constructors
PipelineLockingSettingsProperty()
public PipelineLockingSettingsProperty()
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.CfnPropertyMixins.AWS.MediaLive;
var pipelineLockingSettingsProperty = new PipelineLockingSettingsProperty {
CustomEpoch = "customEpoch",
PipelineLockingMethod = "pipelineLockingMethod"
};
Properties
CustomEpoch
public string? CustomEpoch { get; set; }
Property Value
Remarks
PipelineLockingMethod
public string? PipelineLockingMethod { get; set; }