Class CfnPipeline.BlockerDeclarationProperty
Reserved for future use.
Implements
Inherited Members
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
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
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
Remarks
Type
Reserved for future use.
public string Type { get; set; }