Interface CfnCapacityProvider.IAutoRepairConfigurationProperty
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCapacityProvider.IAutoRepairConfigurationProperty
Syntax (vb)
Public Interface CfnCapacityProvider.IAutoRepairConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var autoRepairConfigurationProperty = new AutoRepairConfigurationProperty {
ActionsStatus = "actionsStatus"
};
Synopsis
Properties
| ActionsStatus |
Properties
ActionsStatus
string? ActionsStatus { get; }