Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html

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; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html#cfn-imagebuilder-imagepipeline-autodisablepolicy-failurecount

Back to top Generated by DocFX