| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
Metric.getUnit()
(experimental) Unit of the metric.
|
default Unit |
CommonMetricOptions.getUnit()
(experimental) Unit used to filter the metric stream.
|
Unit |
CommonMetricOptions.Jsii$Proxy.getUnit() |
Unit |
MetricOptions.Jsii$Proxy.getUnit() |
Unit |
MetricProps.Jsii$Proxy.getUnit() |
default Unit |
MetricStatConfig.getUnitFilter()
(experimental) Unit used to filter the metric stream.
|
Unit |
MetricStatConfig.Jsii$Proxy.getUnitFilter() |
static Unit |
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Metric.Builder |
Metric.Builder.unit(Unit unit)
(experimental) Unit used to filter the metric stream.
|
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricOptions.Builder |
MetricOptions.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricProps.Builder |
MetricProps.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricStatConfig.Builder |
MetricStatConfig.Builder.unitFilter(Unit unitFilter)
Sets the value of
MetricStatConfig.getUnitFilter() |
| Constructor and Description |
|---|
Jsii$Proxy(String metricName,
String namespace,
Duration period,
String statistic,
String account,
List<? extends Dimension> dimensions,
String region,
Unit unitFilter)
Constructor that initializes the object based on literal property values passed by the
MetricStatConfig.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
CommonMetricOptions.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricOptions.Builder. |
Jsii$Proxy(String metricName,
String namespace,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Unit |
SystemErrorsForOperationsMetricOptions.Jsii$Proxy.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
SystemErrorsForOperationsMetricOptions.Builder |
SystemErrorsForOperationsMetricOptions.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Operation> operations,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
SystemErrorsForOperationsMetricOptions.Builder. |
Copyright © 2021. All rights reserved.