| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default GraphWidgetView |
GraphWidgetProps.getView()
(experimental) Display this metric.
|
GraphWidgetView |
GraphWidgetProps.Jsii$Proxy.getView() |
static GraphWidgetView |
GraphWidgetView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphWidgetView[] |
GraphWidgetView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.view(GraphWidgetView view)
(experimental) Display this metric.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.view(GraphWidgetView view)
Sets the value of
GraphWidgetProps.getView() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
Duration period,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean setPeriodToTimeRange,
Boolean stacked,
String statistic,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Copyright © 2021. All rights reserved.