interface Ec2UngracefulProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.Ec2UngracefulProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_Ec2UngracefulProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.Ec2UngracefulProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.Ec2UngracefulProperty |
![]() | 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.