interface Ec2UngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins.CfnPlanPropsMixin.Ec2UngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsarcregionswitch/mixins#CfnPlanPropsMixin_Ec2UngracefulProperty |
Java | software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.Ec2UngracefulProperty |
Python | aws_cdk.mixins_preview.aws_arcregionswitch.mixins.CfnPlanPropsMixin.Ec2UngracefulProperty |
TypeScript | @aws-cdk/mixins-preview » aws_arcregionswitch » mixins » CfnPlanPropsMixin » Ec2UngracefulProperty |
Configuration for handling failures when performing operations on EC2 resources.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as arcregionswitch_mixins } from '@aws-cdk/mixins-preview/aws-arcregionswitch';
const ec2UngracefulProperty: arcregionswitch_mixins.CfnPlanPropsMixin.Ec2UngracefulProperty = {
minimumSuccessPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| minimum | number | The minimum success percentage that you specify for EC2 Auto Scaling groups. |
minimumSuccessPercentage?
Type:
number
(optional)
The minimum success percentage that you specify for EC2 Auto Scaling groups.

.NET
Go
Java
Python
TypeScript