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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicy.TargetTrackingMetricDataQueryProperty
CfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Builder, CfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPolicy.TargetTrackingMetricDataQueryProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe math expression to perform on the returned data, if this object is performing a math expression.final StringgetId()A short name that identifies the object's results in the response.final StringgetLabel()A human-readable label for this metric or expression.final ObjectInformation about the metric data to return.final ObjectIndicates whether to return the timestamps and raw data values of this metric.final inthashCode()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
-
getExpression
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryPropertyThe math expression to perform on the returned data, if this object is performing a math expression.This expression can use the
Idof the other metrics to refer to those metrics, and can also use theIdof other expressions to use the result of those expressions.Conditional: Within each
TargetTrackingMetricDataQueryobject, you must specify eitherExpressionorMetricStat, but not both.- Specified by:
getExpressionin interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty- See Also:
-
getId
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryPropertyA short name that identifies the object's results in the response.This name must be unique among all
MetricDataQueryobjects 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:
getIdin interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty- See Also:
-
getLabel
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryPropertyA 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:
getLabelin interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty- See Also:
-
getMetricStat
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryPropertyInformation about the metric data to return.Conditional: Within each
MetricDataQueryobject, you must specify eitherExpressionorMetricStat, but not both.Returns union: either
IResolvableorCfnScalingPolicy.TargetTrackingMetricStatProperty- Specified by:
getMetricStatin interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty- See Also:
-
getReturnData
Description copied from interface:CfnScalingPolicy.TargetTrackingMetricDataQueryPropertyIndicates whether to return the timestamps and raw data values of this metric.If you use any math expressions, specify
truefor this value for only the final math expression that the metric specification is based on. You must specifyfalseforReturnDatafor 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).Returns union: either
BooleanorIResolvable- Specified by:
getReturnDatain interfaceCfnScalingPolicy.TargetTrackingMetricDataQueryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-