Interface CfnImagePipeline.IAutoDisablePolicyProperty
Defines the rules by which an image pipeline is automatically disabled when it fails.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnImagePipeline.IAutoDisablePolicyProperty
Syntax (vb)
Public Interface CfnImagePipeline.IAutoDisablePolicyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ImageBuilder;
var autoDisablePolicyProperty = new AutoDisablePolicyProperty {
FailureCount = 123
};
Synopsis
Properties
| FailureCount | The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline. |
Properties
FailureCount
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
double FailureCount { get; }