Class CfnPipeline.BlockerDeclarationProperty
Reserved for future use.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.CodePipeline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BlockerDeclarationProperty : Object, CfnPipeline.IBlockerDeclarationProperty
Syntax (vb)
Public Class BlockerDeclarationProperty
Inherits Object
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
Blocker |
Properties
Name | Reserved for future use. |
Type | Reserved for future use. |
Constructors
BlockerDeclarationProperty()
public BlockerDeclarationProperty()
Properties
Name
Reserved for future use.
public string Name { get; set; }
Property Value
System.
Remarks
Type
Reserved for future use.
public string Type { get; set; }
Property Value
System.