Class CfnCapacityProvider.CapacityProviderScalingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnCapacityProvider.CapacityProviderScalingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.CapacityProviderScalingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.CapacityProviderScalingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProvider.CapacityProviderScalingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProvider.CapacityProviderScalingConfigProperty
An implementation for
CfnCapacityProvider.CapacityProviderScalingConfigProperty-
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.lambda.CfnCapacityProvider.CapacityProviderScalingConfigProperty
CfnCapacityProvider.CapacityProviderScalingConfigProperty.Builder, CfnCapacityProvider.CapacityProviderScalingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.CapacityProviderScalingConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe maximum number of vCPUs that the capacity provider can provision across all compute instances.final StringThe scaling mode that determines how the capacity provider responds to changes in demand.final ObjectA list of target tracking scaling policies for the capacity provider.final inthashCode()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.CapacityProviderScalingConfigProperty.Builder.
-
-
Method Details
-
getMaxVCpuCount
Description copied from interface:CfnCapacityProvider.CapacityProviderScalingConfigPropertyThe maximum number of vCPUs that the capacity provider can provision across all compute instances.- Specified by:
getMaxVCpuCountin interfaceCfnCapacityProvider.CapacityProviderScalingConfigProperty- See Also:
-
getScalingMode
Description copied from interface:CfnCapacityProvider.CapacityProviderScalingConfigPropertyThe scaling mode that determines how the capacity provider responds to changes in demand.- Specified by:
getScalingModein interfaceCfnCapacityProvider.CapacityProviderScalingConfigProperty- See Also:
-
getScalingPolicies
Description copied from interface:CfnCapacityProvider.CapacityProviderScalingConfigPropertyA list of target tracking scaling policies for the capacity provider.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCapacityProvider.TargetTrackingScalingPolicyProperty>- Specified by:
getScalingPoliciesin interfaceCfnCapacityProvider.CapacityProviderScalingConfigProperty- 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()
-