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