interface EksResourceScalingUngracefulProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.EksResourceScalingUngracefulProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_EksResourceScalingUngracefulProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.EksResourceScalingUngracefulProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.EksResourceScalingUngracefulProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » EksResourceScalingUngracefulProperty |
The ungraceful settings for AWS EKS resource scaling.
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 eksResourceScalingUngracefulProperty: arcregionswitch.CfnPlan.EksResourceScalingUngracefulProperty = {
minimumSuccessPercentage: 123,
};
Properties
Name | Type | Description |
---|---|---|
minimum | number | The minimum success percentage for the configuration. |
minimumSuccessPercentage
Type:
number
The minimum success percentage for the configuration.