Show / Hide Table of Contents

Class CfnPlanPropsMixin.Ec2UngracefulProperty

Configuration for handling failures when performing operations on EC2 resources.

Inheritance
object
CfnPlanPropsMixin.Ec2UngracefulProperty
Implements
CfnPlanPropsMixin.IEc2UngracefulProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPlanPropsMixin.Ec2UngracefulProperty : CfnPlanPropsMixin.IEc2UngracefulProperty
Syntax (vb)
Public Class CfnPlanPropsMixin.Ec2UngracefulProperty Implements CfnPlanPropsMixin.IEc2UngracefulProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ec2ungraceful.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.Mixins.Preview.AWS.ARCRegionSwitch.Mixins;

             var ec2UngracefulProperty = new Ec2UngracefulProperty {
                 MinimumSuccessPercentage = 123
             };

Synopsis

Constructors

Ec2UngracefulProperty()

Configuration for handling failures when performing operations on EC2 resources.

Properties

MinimumSuccessPercentage

The minimum success percentage that you specify for EC2 Auto Scaling groups.

Constructors

Ec2UngracefulProperty()

Configuration for handling failures when performing operations on EC2 resources.

public Ec2UngracefulProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ec2ungraceful.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.Mixins.Preview.AWS.ARCRegionSwitch.Mixins;

             var ec2UngracefulProperty = new Ec2UngracefulProperty {
                 MinimumSuccessPercentage = 123
             };

Properties

MinimumSuccessPercentage

The minimum success percentage that you specify for EC2 Auto Scaling groups.

public double? MinimumSuccessPercentage { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ec2ungraceful.html#cfn-arcregionswitch-plan-ec2ungraceful-minimumsuccesspercentage

Implements

CfnPlanPropsMixin.IEc2UngracefulProperty
Back to top Generated by DocFX