aws-cdk-lib.aws_codepipeline.CfnPipeline.BlockerDeclarationProperty

interface BlockerDeclarationProperty

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.CfnPipeline.BlockerDeclarationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#CfnPipeline_BlockerDeclarationProperty
Javasoftware.amazon.awscdk.services.codepipeline.CfnPipeline.BlockerDeclarationProperty
Pythonaws_cdk.aws_codepipeline.CfnPipeline.BlockerDeclarationProperty
TypeScript 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

NameTypeDescription
namestringReserved for future use.
typestringReserved for future use.

name

Type: string

Reserved for future use.


type

Type: string

Reserved for future use.