@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.264Z") @Stability(value=Experimental) public interface MathExpressionOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.cloudwatch.*;
Duration duration;
MathExpressionOptions mathExpressionOptions = MathExpressionOptions.builder()
.color("color")
.label("label")
.period(duration)
.searchAccount("searchAccount")
.searchRegion("searchRegion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MathExpressionOptions.Builder
A builder for
MathExpressionOptions |
static class |
MathExpressionOptions.Jsii$Proxy
An implementation for
MathExpressionOptions |
| Modifier and Type | Method and Description |
|---|---|
static MathExpressionOptions.Builder |
builder() |
default String |
getColor()
(experimental) Color for this metric when added to a Graph in a Dashboard.
|
default String |
getLabel()
(experimental) Label for this metric when added to a Graph in a Dashboard.
|
default Duration |
getPeriod()
(experimental) The period over which the expression's statistics are applied.
|
default String |
getSearchAccount()
(experimental) Account to evaluate search expressions within.
|
default String |
getSearchRegion()
(experimental) Region to evaluate search expressions within.
|
@Stability(value=Experimental) @Nullable default String getColor()
Default: - Automatic color
@Stability(value=Experimental) @Nullable default String getLabel()
Default: - Expression value is used as label
@Stability(value=Experimental) @Nullable default Duration getPeriod()
This period overrides all periods in the metrics used in this math expression.
Default: Duration.minutes(5)
@Stability(value=Experimental) @Nullable default String getSearchAccount()
Specifying a searchAccount has no effect to the account used for metrics within the expression (passed via usingMetrics).
Default: - Deployment account.
@Stability(value=Experimental) @Nullable default String getSearchRegion()
Specifying a searchRegion has no effect to the region used for metrics within the expression (passed via usingMetrics).
Default: - Deployment region.
@Stability(value=Experimental) static MathExpressionOptions.Builder builder()
MathExpressionOptions.Builder of MathExpressionOptionsCopyright © 2022. All rights reserved.