Interface CfnFleet.ServiceManagedEc2AutoScalingConfigurationProperty

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

@Stability(Stable) public static interface CfnFleet.ServiceManagedEc2AutoScalingConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.deadline.*;
 ServiceManagedEc2AutoScalingConfigurationProperty serviceManagedEc2AutoScalingConfigurationProperty = ServiceManagedEc2AutoScalingConfigurationProperty.builder()
         .scaleOutWorkersPerMinute(123)
         .standbyWorkerCount(123)
         .workerIdleDurationSeconds(123)
         .build();
 

See Also: