Class CfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
-
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.autoscaling.CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
CfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Builder, CfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.TargetTrackingMetricDataQueryProperty.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 String
The math expression to perform on the returned data, if this object is performing a math expression.final String
getId()
A short name that identifies the object's results in the response.final String
getLabel()
A human-readable label for this metric or expression.final Object
Information about the metric data to return.final Object
Indicates whether to return the timestamps and raw data values of this 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 theCfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Builder
.
-
-
Method Details
-
getId
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
A short name that identifies the object's results in the response.This name must be unique among all
TargetTrackingMetricDataQuery
objects specified for a single scaling policy. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscores. The first character must be a lowercase letter.- Specified by:
getId
in interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty
- See Also:
-
getExpression
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
The math expression to perform on the returned data, if this object is performing a math expression.This expression can use the
Id
of the other metrics to refer to those metrics, and can also use theId
of other expressions to use the result of those expressions.Conditional: Within each
TargetTrackingMetricDataQuery
object, you must specify eitherExpression
orMetricStat
, but not both.- Specified by:
getExpression
in interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty
- See Also:
-
getLabel
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
A human-readable label for this metric or expression.This is especially useful if this is a math expression, so that you know what the value represents.
- Specified by:
getLabel
in interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty
- See Also:
-
getMetricStat
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
Information about the metric data to return.Conditional: Within each
TargetTrackingMetricDataQuery
object, you must specify eitherExpression
orMetricStat
, but not both.- Specified by:
getMetricStat
in interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty
- See Also:
-
getReturnData
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
Indicates whether to return the timestamps and raw data values of this metric.If you use any math expressions, specify
true
for this value for only the final math expression that the metric specification is based on. You must specifyfalse
forReturnData
for all the other metrics and expressions used in the metric specification.If you are only retrieving metrics and not performing any math expressions, do not specify anything for
ReturnData
. This sets it to its default (true
).- Specified by:
getReturnData
in interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty
- See Also:
-
$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()
-