Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autorepairconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autorepairconfiguration.html#cfn-ecs-capacityprovider-autorepairconfiguration-actionsstatus

Back to top Generated by DocFX