Interface CfnCapacityProviderPropsMixin.IAutoRepairConfigurationProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnCapacityProviderPropsMixin.IAutoRepairConfigurationProperty
Syntax (vb)
Public Interface CfnCapacityProviderPropsMixin.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.CfnPropertyMixins.AWS.ECS;
var autoRepairConfigurationProperty = new AutoRepairConfigurationProperty {
ActionsStatus = "actionsStatus"
};
Synopsis
Properties
| ActionsStatus |
Properties
ActionsStatus
string? ActionsStatus { get; }