Interface CfnPipeline.BlockerDeclarationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipeline.BlockerDeclarationProperty.Jsii$Proxy
Enclosing class:
CfnPipeline

@Stability(Stable) public static interface CfnPipeline.BlockerDeclarationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.codepipeline.*;
 BlockerDeclarationProperty blockerDeclarationProperty = BlockerDeclarationProperty.builder()
         .name("name")
         .type("type")
         .build();
 

See Also: