Class TargetTrackingScalingPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
BaseTargetTrackingProps
,BasicTargetTrackingScalingPolicyProps
,TargetTrackingScalingPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TargetTrackingScalingPolicyProps
TargetTrackingScalingPolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationautoscaling.TargetTrackingScalingPolicyProps
TargetTrackingScalingPolicyProps.Builder, TargetTrackingScalingPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTargetTrackingScalingPolicyProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final IMetric
A custom metric for application autoscaling.final Boolean
Indicates whether scale in by the target tracking policy is disabled.final String
A name for the scaling policy.final PredefinedMetric
A predefined metric for application autoscaling.final String
Identify the resource associated with the metric type.final Duration
Period after a scale in activity completes before another scale in activity can start.final Duration
Period after a scale out activity completes before another scale out activity can start.final IScalableTarget
final Number
The target value for the metric.final int
hashCode()
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 theTargetTrackingScalingPolicyProps.Builder
.
-
-
Method Details
-
getScalingTarget
- Specified by:
getScalingTarget
in interfaceTargetTrackingScalingPolicyProps
-
getTargetValue
Description copied from interface:BasicTargetTrackingScalingPolicyProps
The target value for the metric.- Specified by:
getTargetValue
in interfaceBasicTargetTrackingScalingPolicyProps
-
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 interfaceBasicTargetTrackingScalingPolicyProps
-
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 interfaceBasicTargetTrackingScalingPolicyProps
-
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 interfaceBasicTargetTrackingScalingPolicyProps
-
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 interfaceBaseTargetTrackingProps
-
getPolicyName
Description copied from interface:BaseTargetTrackingProps
A name for the scaling policy.Default: - Automatically generated name.
- Specified by:
getPolicyName
in interfaceBaseTargetTrackingProps
-
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 interfaceBaseTargetTrackingProps
-
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 interfaceBaseTargetTrackingProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-