Interface CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty

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

@Stability(Stable) public static interface CfnCapacityProviderPropsMixin.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.cfnpropertymixins.services.ecs.*;
 InfrastructureOptimizationProperty infrastructureOptimizationProperty = InfrastructureOptimizationProperty.builder()
         .scaleInAfter(123)
         .build();
 

See Also: