Show / Hide Table of Contents

Class CfnChannelPropsMixin.PipelineLockingSettingsProperty

Inheritance
object
CfnChannelPropsMixin.PipelineLockingSettingsProperty
Implements
CfnChannelPropsMixin.IPipelineLockingSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-pipelinelockingsettings.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.CfnPropertyMixins.AWS.MediaLive;

             var pipelineLockingSettingsProperty = new PipelineLockingSettingsProperty {
                 CustomEpoch = "customEpoch",
                 PipelineLockingMethod = "pipelineLockingMethod"
             };

Synopsis

Constructors

PipelineLockingSettingsProperty()

Properties

CustomEpoch
PipelineLockingMethod

Constructors

PipelineLockingSettingsProperty()

public PipelineLockingSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-pipelinelockingsettings.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.CfnPropertyMixins.AWS.MediaLive;

             var pipelineLockingSettingsProperty = new PipelineLockingSettingsProperty {
                 CustomEpoch = "customEpoch",
                 PipelineLockingMethod = "pipelineLockingMethod"
             };

Properties

CustomEpoch

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

string

Remarks

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

PipelineLockingMethod

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

string

Remarks

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

Implements

CfnChannelPropsMixin.IPipelineLockingSettingsProperty
Back to top Generated by DocFX