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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFleet.ServiceManagedEc2AutoScalingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScaleOutWorkersPerMinute
- See Also:
-
getStandbyWorkerCount
- See Also:
-
getWorkerIdleDurationSeconds
- See Also:
-
builder
@Stability(Stable) static CfnFleet.ServiceManagedEc2AutoScalingConfigurationProperty.Builder builder()
-