interface Ec2UngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_arcregionswitch.CfnPlan.Ec2UngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_Ec2UngracefulProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.Ec2UngracefulProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.Ec2UngracefulProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » 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 { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const ec2UngracefulProperty: arcregionswitch.CfnPlan.Ec2UngracefulProperty = {
minimumSuccessPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| minimum | number | The minimum success percentage that you specify for EC2 Auto Scaling groups. |
minimumSuccessPercentage
Type:
number
The minimum success percentage that you specify for EC2 Auto Scaling groups.

.NET
Go
Java
Python
TypeScript