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