interface BlockerDeclarationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodePipeline.Mixins.CfnPipelinePropsMixin.BlockerDeclarationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodepipeline/mixins#CfnPipelinePropsMixin_BlockerDeclarationProperty |
Java | software.amazon.awscdk.mixins.preview.services.codepipeline.mixins.CfnPipelinePropsMixin.BlockerDeclarationProperty |
Python | aws_cdk.mixins_preview.aws_codepipeline.mixins.CfnPipelinePropsMixin.BlockerDeclarationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_codepipeline » mixins » 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 { mixins as codepipeline_mixins } from '@aws-cdk/mixins-preview/aws-codepipeline';
const blockerDeclarationProperty: codepipeline_mixins.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