Interface CfnContainerFleet.ManagedCapacityConfigurationProperty

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

@Stability(Stable) public static interface CfnContainerFleet.ManagedCapacityConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration options for GameLift-managed capacity behavior.

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.gamelift.*;
 ManagedCapacityConfigurationProperty managedCapacityConfigurationProperty = ManagedCapacityConfigurationProperty.builder()
         .zeroCapacityStrategy("zeroCapacityStrategy")
         // the properties below are optional
         .scaleInAfterInactivityMinutes(123)
         .build();
 

See Also: