interface EcsUngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.EcsUngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_EcsUngracefulProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.EcsUngracefulProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.EcsUngracefulProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » EcsUngracefulProperty |
The settings for ungraceful execution.
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 ecsUngracefulProperty: arcregionswitch.CfnPlan.EcsUngracefulProperty = {
minimumSuccessPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| minimum | number | The minimum success percentage specified for the configuration. |
minimumSuccessPercentage
Type:
number
The minimum success percentage specified for the configuration.

.NET
Go
Java
Python
TypeScript