Interface CfnPipelinePropsMixin.IBlockerDeclarationProperty
Reserved for future use.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CodePipeline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnPipelinePropsMixin.IBlockerDeclarationProperty
Syntax (vb)
Public Interface CfnPipelinePropsMixin.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.CfnPropertyMixins.AWS.CodePipeline;
var blockerDeclarationProperty = new BlockerDeclarationProperty {
Name = "name",
Type = "type"
};
Synopsis
Properties
| Name | Reserved for future use. |
| Type | Reserved for future use. |
Properties
Name
Reserved for future use.
string? Name { get; }
Property Value
Remarks
Type
Reserved for future use.
string? Type { get; }