Class AutoScalingConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.AutoScalingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
AutoScalingConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AutoScalingConfigurationProps
@Stability(Experimental)
@Internal
public static final class AutoScalingConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AutoScalingConfigurationProps
An implementation for
AutoScalingConfigurationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.alpha.AutoScalingConfigurationProps
AutoScalingConfigurationProps.Builder, AutoScalingConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAutoScalingConfigurationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
(experimental) The name for the Auto Scaling Configuration.final Number
(experimental) The maximum number of concurrent requests that an instance processes.final Number
(experimental) The maximum number of instances that a service scales up to.final Number
(experimental) The minimum number of instances that App Runner provisions for a service.final int
hashCode()
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 theAutoScalingConfigurationProps.Builder
.
-
-
Method Details
-
getAutoScalingConfigurationName
Description copied from interface:AutoScalingConfigurationProps
(experimental) The name for the Auto Scaling Configuration.Default: - a name generated by CloudFormation
- Specified by:
getAutoScalingConfigurationName
in interfaceAutoScalingConfigurationProps
-
getMaxConcurrency
Description copied from interface:AutoScalingConfigurationProps
(experimental) The maximum number of concurrent requests that an instance processes.If the number of concurrent requests exceeds this limit, App Runner scales the service up.
Must be between 1 and 200.
Default: 100
- Specified by:
getMaxConcurrency
in interfaceAutoScalingConfigurationProps
-
getMaxSize
Description copied from interface:AutoScalingConfigurationProps
(experimental) The maximum number of instances that a service scales up to.At most maxSize instances actively serve traffic for your service.
Must be between 1 and 25.
Default: 25
- Specified by:
getMaxSize
in interfaceAutoScalingConfigurationProps
-
getMinSize
Description copied from interface:AutoScalingConfigurationProps
(experimental) The minimum number of instances that App Runner provisions for a service.The service always has at least minSize provisioned instances.
Must be between 1 and 25.
Default: 1
- Specified by:
getMinSize
in interfaceAutoScalingConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-