Class CfnCapacityProvider.InfrastructureOptimizationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnCapacityProvider.InfrastructureOptimizationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.InfrastructureOptimizationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.InfrastructureOptimizationProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProvider.InfrastructureOptimizationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProvider.InfrastructureOptimizationProperty
An implementation for
CfnCapacityProvider.InfrastructureOptimizationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCapacityProvider.InfrastructureOptimizationProperty
CfnCapacityProvider.InfrastructureOptimizationProperty.Builder, CfnCapacityProvider.InfrastructureOptimizationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.InfrastructureOptimizationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCapacityProvider.InfrastructureOptimizationProperty.Builder.
-
-
Method Details
-
getScaleInAfter
Description copied from interface:CfnCapacityProvider.InfrastructureOptimizationPropertyThis parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized.A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior,
-1- Disables automatic infrastructure optimization,0to3600(inclusive) - Specifies the number of seconds to wait before optimizing instances.- Specified by:
getScaleInAfterin interfaceCfnCapacityProvider.InfrastructureOptimizationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-