interface BlockerDeclarationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodePipeline.CfnPipeline.BlockerDeclarationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#CfnPipeline_BlockerDeclarationProperty |
![]() | software.amazon.awscdk.services.codepipeline.CfnPipeline.BlockerDeclarationProperty |
![]() | aws_cdk.aws_codepipeline.CfnPipeline.BlockerDeclarationProperty |
![]() | aws-cdk-lib » aws_codepipeline » CfnPipeline » 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-lib';
const blockerDeclarationProperty: codepipeline.CfnPipeline.BlockerDeclarationProperty = {
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
name | string | Reserved for future use. |
type | string | Reserved for future use. |
name
Type:
string
Reserved for future use.
type
Type:
string
Reserved for future use.