Class TargetTrackingConfiguration

    • Method Detail

      • predefinedMetricSpecification

        public final PredefinedMetricSpecification predefinedMetricSpecification()

        A predefined metric. You must specify either a predefined metric or a customized metric.

        Returns:
        A predefined metric. You must specify either a predefined metric or a customized metric.
      • customizedMetricSpecification

        public final CustomizedMetricSpecification customizedMetricSpecification()

        A customized metric. You must specify either a predefined metric or a customized metric.

        Returns:
        A customized metric. You must specify either a predefined metric or a customized metric.
      • targetValue

        public final Double targetValue()

        The target value for the metric.

        Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.

        Returns:
        The target value for the metric.

        Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.

      • disableScaleIn

        public final Boolean disableScaleIn()

        Indicates whether scaling in by the target tracking scaling policy is disabled. If scaling in is disabled, the target tracking scaling policy doesn't remove instances from the Auto Scaling group. Otherwise, the target tracking scaling policy can remove instances from the Auto Scaling group. The default is false.

        Returns:
        Indicates whether scaling in by the target tracking scaling policy is disabled. If scaling in is disabled, the target tracking scaling policy doesn't remove instances from the Auto Scaling group. Otherwise, the target tracking scaling policy can remove instances from the Auto Scaling group. The default is false.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)