Class CfnAutoScalingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAutoScalingConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutoScalingConfigurationProps
CfnAutoScalingConfigurationProps-
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.apprunner.CfnAutoScalingConfigurationProps
CfnAutoScalingConfigurationProps.Builder, CfnAutoScalingConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutoScalingConfigurationProps.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 StringThe customer-provided auto scaling configuration name.final NumberThe maximum number of concurrent requests that an instance processes.final NumberThe maximum number of instances that a service scales up to.final NumberThe minimum number of instances that App Runner provisions for a service.getTags()A list of metadata items that you can associate with your auto scaling configuration resource.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 theCfnAutoScalingConfigurationProps.Builder.
-
-
Method Details
-
getAutoScalingConfigurationName
Description copied from interface:CfnAutoScalingConfigurationPropsThe customer-provided auto scaling configuration name.It can be used in multiple revisions of a configuration.
- Specified by:
getAutoScalingConfigurationNamein interfaceCfnAutoScalingConfigurationProps- See Also:
-
getMaxConcurrency
Description copied from interface:CfnAutoScalingConfigurationPropsThe maximum number of concurrent requests that an instance processes.If the number of concurrent requests exceeds this limit, App Runner scales the service up.
- Specified by:
getMaxConcurrencyin interfaceCfnAutoScalingConfigurationProps- See Also:
-
getMaxSize
Description copied from interface:CfnAutoScalingConfigurationPropsThe maximum number of instances that a service scales up to.At most
MaxSizeinstances actively serve traffic for your service.- Specified by:
getMaxSizein interfaceCfnAutoScalingConfigurationProps- See Also:
-
getMinSize
Description copied from interface:CfnAutoScalingConfigurationPropsThe minimum number of instances that App Runner provisions for a service.The service always has at least
MinSizeprovisioned instances. Some of them actively serve traffic. The rest of them (provisioned and inactive instances) are a cost-effective compute capacity reserve and are ready to be quickly activated. You pay for memory usage of all the provisioned instances. You pay for CPU usage of only the active subset.App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.
- Specified by:
getMinSizein interfaceCfnAutoScalingConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnAutoScalingConfigurationPropsA list of metadata items that you can associate with your auto scaling configuration resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnAutoScalingConfigurationProps- 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()
-