Interface CfnTaskSet.ScaleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTaskSet.ScaleProperty.Jsii$Proxy
Enclosing class:
CfnTaskSet

@Stability(Stable) public static interface CfnTaskSet.ScaleProperty extends software.amazon.jsii.JsiiSerializable
A floating-point percentage of the desired number of tasks to place and keep running in the task set.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecs.*;
 ScaleProperty scaleProperty = ScaleProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: