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

    • getAutoScalingConfigurationName

      public final String getAutoScalingConfigurationName()
      Description copied from interface: AutoScalingConfigurationProps
      (experimental) The name for the Auto Scaling Configuration.

      Default: - a name generated by CloudFormation

      Specified by:
      getAutoScalingConfigurationName in interface AutoScalingConfigurationProps
    • getMaxConcurrency

      public final Number 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 interface AutoScalingConfigurationProps
    • getMaxSize

      public final Number 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 interface AutoScalingConfigurationProps
    • getMinSize

      public final Number 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 interface AutoScalingConfigurationProps
    • $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