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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnImagePipeline.AutoDisablePolicyProperty
static final class
An implementation forCfnImagePipeline.AutoDisablePolicyProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFailureCount
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.- See Also:
-
builder
-