interface AutoRepairConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.CfnCapacityProvider.AutoRepairConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnCapacityProvider_AutoRepairConfigurationProperty |
Java | software.amazon.awscdk.services.ecs.CfnCapacityProvider.AutoRepairConfigurationProperty |
Python | aws_cdk.aws_ecs.CfnCapacityProvider.AutoRepairConfigurationProperty |
TypeScript | aws-cdk-lib » aws_ecs » CfnCapacityProvider » AutoRepairConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from 'aws-cdk-lib';
const autoRepairConfigurationProperty: ecs.CfnCapacityProvider.AutoRepairConfigurationProperty = {
actionsStatus: 'actionsStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| actions | string |
actionsStatus?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript