Class LatestPublishedScalingConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.LatestPublishedScalingConfig.Jsii$Proxy
- All Implemented Interfaces:
LatestPublishedScalingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LatestPublishedScalingConfig
@Stability(Stable)
@Internal
public static final class LatestPublishedScalingConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LatestPublishedScalingConfig
An implementation for
LatestPublishedScalingConfig-
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.LatestPublishedScalingConfig
LatestPublishedScalingConfig.Builder, LatestPublishedScalingConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLatestPublishedScalingConfig.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 execution environments allowed for the $LATEST.PUBLISHED version when published into a capacity provider.final NumberThe minimum number of execution environments to maintain for the $LATEST.PUBLISHED version when published into a 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 theLatestPublishedScalingConfig.Builder.
-
-
Method Details
-
getMaxExecutionEnvironments
Description copied from interface:LatestPublishedScalingConfigThe maximum number of execution environments allowed for the $LATEST.PUBLISHED version when published into a capacity provider.This setting limits the total number of execution environments that can be created to handle concurrent invocations of this specific version.
Default: - No maximum specified
- Specified by:
getMaxExecutionEnvironmentsin interfaceLatestPublishedScalingConfig
-
getMinExecutionEnvironments
Description copied from interface:LatestPublishedScalingConfigThe minimum number of execution environments to maintain for the $LATEST.PUBLISHED version when published into a capacity provider.This setting ensures that at least this many execution environments are always available to handle function invocations for this specific version, reducing cold start latency.
Default: - 3 execution environments are set to be the minimum
- Specified by:
getMinExecutionEnvironmentsin interfaceLatestPublishedScalingConfig
-
$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()
-