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
  • 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(LatestPublishedScalingConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LatestPublishedScalingConfig.Builder.
  • Method Details

    • getMaxExecutionEnvironments

      public final Number getMaxExecutionEnvironments()
      Description copied from interface: LatestPublishedScalingConfig
      The 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:
      getMaxExecutionEnvironments in interface LatestPublishedScalingConfig
    • getMinExecutionEnvironments

      public final Number getMinExecutionEnvironments()
      Description copied from interface: LatestPublishedScalingConfig
      The 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:
      getMinExecutionEnvironments in interface LatestPublishedScalingConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object