Interface CfnCapacityProvider.InfrastructureOptimizationProperty

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

@Stability(Stable) public static interface CfnCapacityProvider.InfrastructureOptimizationProperty extends software.amazon.jsii.JsiiSerializable
The configuration that controls how Amazon ECS optimizes your infrastructure.

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.*;
 InfrastructureOptimizationProperty infrastructureOptimizationProperty = InfrastructureOptimizationProperty.builder()
         .scaleInAfter(123)
         .build();
 

See Also: