Show / Hide Table of Contents

Class CfnPipeline.BlockerDeclarationProperty

Reserved for future use.

Inheritance
object
CfnPipeline.BlockerDeclarationProperty
Implements
CfnPipeline.IBlockerDeclarationProperty
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.CodePipeline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipeline.BlockerDeclarationProperty : CfnPipeline.IBlockerDeclarationProperty
Syntax (vb)
Public Class CfnPipeline.BlockerDeclarationProperty Implements CfnPipeline.IBlockerDeclarationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-blockerdeclaration.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.CodePipeline;

             var blockerDeclarationProperty = new BlockerDeclarationProperty {
                 Name = "name",
                 Type = "type"
             };

Synopsis

Constructors

BlockerDeclarationProperty()

Reserved for future use.

Properties

Name

Reserved for future use.

Type

Reserved for future use.

Constructors

BlockerDeclarationProperty()

Reserved for future use.

public BlockerDeclarationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-blockerdeclaration.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.CodePipeline;

             var blockerDeclarationProperty = new BlockerDeclarationProperty {
                 Name = "name",
                 Type = "type"
             };

Properties

Name

Reserved for future use.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-blockerdeclaration.html#cfn-codepipeline-pipeline-blockerdeclaration-name

Type

Reserved for future use.

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-blockerdeclaration.html#cfn-codepipeline-pipeline-blockerdeclaration-type

Implements

CfnPipeline.IBlockerDeclarationProperty
Back to top Generated by DocFX