interface BlockerDeclarationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CodePipeline.CfnPipelinePropsMixin.BlockerDeclarationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscodepipeline#CfnPipelinePropsMixin_BlockerDeclarationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnPipelinePropsMixin.BlockerDeclarationProperty |
Python | aws_cdk.cfn_property_mixins.aws_codepipeline.CfnPipelinePropsMixin.BlockerDeclarationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_codepipeline » CfnPipelinePropsMixin » BlockerDeclarationProperty |
Reserved for future use.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codepipeline as codepipeline } from '@aws-cdk/cfn-property-mixins';
const blockerDeclarationProperty: codepipeline.CfnPipelinePropsMixin.BlockerDeclarationProperty = {
name: 'name',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | Reserved for future use. |
| type? | string | Reserved for future use. |
name?
Type:
string
(optional)
Reserved for future use.
type?
Type:
string
(optional)
Reserved for future use.

.NET
Go
Java
Python
TypeScript