Class BasicTargetTrackingScalingPolicyProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.BasicTargetTrackingScalingPolicyProps.Jsii$Proxy
All Implemented Interfaces:
BaseTargetTrackingProps, BasicTargetTrackingScalingPolicyProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BasicTargetTrackingScalingPolicyProps

@Stability(Stable) @Internal public static final class BasicTargetTrackingScalingPolicyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasicTargetTrackingScalingPolicyProps
  • Constructor Details

  • Method Details

    • getTargetValue

      public final Number getTargetValue()
      Description copied from interface: BasicTargetTrackingScalingPolicyProps
      The target value for the metric.
      Specified by:
      getTargetValue in interface BasicTargetTrackingScalingPolicyProps
    • getCustomMetric

      public final IMetric getCustomMetric()
      Description copied from interface: BasicTargetTrackingScalingPolicyProps
      A custom metric for application autoscaling.

      The metric must track utilization. Scaling out will happen if the metric is higher than the target value, scaling in will happen in the metric is lower than the target value.

      Exactly one of customMetric or predefinedMetric must be specified.

      Default: - No custom metric.

      Specified by:
      getCustomMetric in interface BasicTargetTrackingScalingPolicyProps
    • getPredefinedMetric

      public final PredefinedMetric getPredefinedMetric()
      Description copied from interface: BasicTargetTrackingScalingPolicyProps
      A predefined metric for application autoscaling.

      The metric must track utilization. Scaling out will happen if the metric is higher than the target value, scaling in will happen in the metric is lower than the target value.

      Exactly one of customMetric or predefinedMetric must be specified.

      Default: - No predefined metrics.

      Specified by:
      getPredefinedMetric in interface BasicTargetTrackingScalingPolicyProps
    • getResourceLabel

      public final String getResourceLabel()
      Description copied from interface: BasicTargetTrackingScalingPolicyProps
      Identify the resource associated with the metric type.

      Only used for predefined metric ALBRequestCountPerTarget.

      Example value: app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>

      Default: - No resource label.

      Specified by:
      getResourceLabel in interface BasicTargetTrackingScalingPolicyProps
    • getDisableScaleIn

      public final Boolean getDisableScaleIn()
      Description copied from interface: BaseTargetTrackingProps
      Indicates whether scale in by the target tracking policy is disabled.

      If the value is true, scale in is disabled and the target tracking policy won't remove capacity from the scalable resource. Otherwise, scale in is enabled and the target tracking policy can remove capacity from the scalable resource.

      Default: false

      Specified by:
      getDisableScaleIn in interface BaseTargetTrackingProps
    • getPolicyName

      public final String getPolicyName()
      Description copied from interface: BaseTargetTrackingProps
      A name for the scaling policy.

      Default: - Automatically generated name.

      Specified by:
      getPolicyName in interface BaseTargetTrackingProps
    • getScaleInCooldown

      public final Duration getScaleInCooldown()
      Description copied from interface: BaseTargetTrackingProps
      Period after a scale in activity completes before another scale in activity can start.

      Default: Duration.seconds(300) for the following scalable targets: ECS services, Spot Fleet requests, EMR clusters, AppStream 2.0 fleets, Aurora DB clusters, Amazon SageMaker endpoint variants, Custom resources. For all other scalable targets, the default value is Duration.seconds(0): DynamoDB tables, DynamoDB global secondary indexes, Amazon Comprehend document classification endpoints, Lambda provisioned concurrency

      Specified by:
      getScaleInCooldown in interface BaseTargetTrackingProps
    • getScaleOutCooldown

      public final Duration getScaleOutCooldown()
      Description copied from interface: BaseTargetTrackingProps
      Period after a scale out activity completes before another scale out activity can start.

      Default: Duration.seconds(300) for the following scalable targets: ECS services, Spot Fleet requests, EMR clusters, AppStream 2.0 fleets, Aurora DB clusters, Amazon SageMaker endpoint variants, Custom resources. For all other scalable targets, the default value is Duration.seconds(0): DynamoDB tables, DynamoDB global secondary indexes, Amazon Comprehend document classification endpoints, Lambda provisioned concurrency

      Specified by:
      getScaleOutCooldown in interface BaseTargetTrackingProps
    • $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