Class OperationsMetricOptions.Jsii$Proxy
- All Implemented Interfaces:
CommonMetricOptions
,MetricOptions
,OperationsMetricOptions
,SystemErrorsForOperationsMetricOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OperationsMetricOptions
OperationsMetricOptions
-
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.dynamodb.OperationsMetricOptions
OperationsMetricOptions.Builder, OperationsMetricOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theOperationsMetricOptions.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
Account which this metric comes from.final String
getColor()
The hex color code, prefixed with '#' (e.g.Dimensions of the metric.final String
getLabel()
Label for this metric when added to a Graph in a Dashboard.The operations to apply the metric to.final Duration
The period over which the specified statistic is applied.final String
Region which this metric comes from.final String
What function to use for aggregating.final Unit
getUnit()
Unit used to filter the metric stream.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 theOperationsMetricOptions.Builder
.
-
-
Method Details
-
getOperations
Description copied from interface:SystemErrorsForOperationsMetricOptions
The operations to apply the metric to.Default: - All operations available by DynamoDB tables will be considered.
- Specified by:
getOperations
in interfaceSystemErrorsForOperationsMetricOptions
-
getAccount
Description copied from interface:CommonMetricOptions
Account which this metric comes from.Default: - Deployment account.
- Specified by:
getAccount
in interfaceCommonMetricOptions
-
getColor
Description copied from interface:CommonMetricOptions
The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. TheColor
class has a set of standard colors that can be used here.Default: - Automatic color
- Specified by:
getColor
in interfaceCommonMetricOptions
-
getDimensionsMap
Description copied from interface:CommonMetricOptions
Dimensions of the metric.Default: - No dimensions.
- Specified by:
getDimensionsMap
in interfaceCommonMetricOptions
-
getLabel
Description copied from interface:CommonMetricOptions
Label for this metric when added to a Graph in a Dashboard.You can use dynamic labels to show summary information about the entire displayed time series in the legend. For example, if you use:
[max: ${MAX}] MyMetric
As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend.
Default: - No label
- Specified by:
getLabel
in interfaceCommonMetricOptions
-
getPeriod
Description copied from interface:CommonMetricOptions
The period over which the specified statistic is applied.Default: Duration.minutes(5)
- Specified by:
getPeriod
in interfaceCommonMetricOptions
-
getRegion
Description copied from interface:CommonMetricOptions
Region which this metric comes from.Default: - Deployment region.
- Specified by:
getRegion
in interfaceCommonMetricOptions
-
getStatistic
Description copied from interface:CommonMetricOptions
What function to use for aggregating.Use the
aws_cloudwatch.Stats
helper class to construct valid input strings.Can be one of the following:
- "Minimum" | "min"
- "Maximum" | "max"
- "Average" | "avg"
- "Sum" | "sum"
- "SampleCount | "n"
- "pNN.NN"
- "tmNN.NN" | "tm(NN.NN%:NN.NN%)"
- "iqm"
- "wmNN.NN" | "wm(NN.NN%:NN.NN%)"
- "tcNN.NN" | "tc(NN.NN%:NN.NN%)"
- "tsNN.NN" | "ts(NN.NN%:NN.NN%)"
Default: Average
- Specified by:
getStatistic
in interfaceCommonMetricOptions
-
getUnit
Description copied from interface:CommonMetricOptions
Unit used to filter the metric stream.Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units.
The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases.
CloudWatch does not honor this property for graphs.
Default: - All metric datums in the given metric stream
- Specified by:
getUnit
in interfaceCommonMetricOptions
-
$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()
-