Show / Hide Table of Contents

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

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.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

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.

string? Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX