Class CfnPlanPropsMixin.Ec2UngracefulProperty
Configuration for handling failures when performing operations on EC2 resources.
Implements
Inherited Members
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
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
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; }