Interface CfnImagePipeline.AutoDisablePolicyProperty

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

@Stability(Stable) public static interface CfnImagePipeline.AutoDisablePolicyProperty extends software.amazon.jsii.JsiiSerializable
Defines the rules by which an image pipeline is automatically disabled when it fails.

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.imagebuilder.*;
 AutoDisablePolicyProperty autoDisablePolicyProperty = AutoDisablePolicyProperty.builder()
         .failureCount(123)
         .build();
 

See Also: