| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GraphWidget.Builder |
GraphWidget.Builder.create() |
GraphWidget.Builder |
GraphWidget.Builder.height(Number height)
(experimental) Height of the widget.
|
GraphWidget.Builder |
GraphWidget.Builder.left(List<? extends IMetric> left)
(experimental) Metrics to display on left Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
(experimental) Annotations for the left Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.leftYAxis(YAxisProps leftYAxis)
(experimental) Left Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.legendPosition(LegendPosition legendPosition)
(experimental) Position of the legend.
|
GraphWidget.Builder |
GraphWidget.Builder.liveData(Boolean liveData)
(experimental) Whether the graph should show live data.
|
GraphWidget.Builder |
GraphWidget.Builder.period(Duration period)
(experimental) The default period for all metrics in this widget.
|
GraphWidget.Builder |
GraphWidget.Builder.region(String region)
(experimental) The region the metrics of this graph should be taken from.
|
GraphWidget.Builder |
GraphWidget.Builder.right(List<? extends IMetric> right)
(experimental) Metrics to display on right Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
(experimental) Annotations for the right Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.rightYAxis(YAxisProps rightYAxis)
(experimental) Right Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.setPeriodToTimeRange(Boolean setPeriodToTimeRange)
(experimental) Whether to show the value from the entire time range.
|
GraphWidget.Builder |
GraphWidget.Builder.stacked(Boolean stacked)
(experimental) Whether the graph should be shown as stacked lines.
|
GraphWidget.Builder |
GraphWidget.Builder.statistic(String statistic)
(experimental) The default statistic to be displayed for each metric.
|
GraphWidget.Builder |
GraphWidget.Builder.title(String title)
(experimental) Title for the graph.
|
GraphWidget.Builder |
GraphWidget.Builder.view(GraphWidgetView view)
(experimental) Display this metric.
|
GraphWidget.Builder |
GraphWidget.Builder.width(Number width)
(experimental) Width of the widget, in a grid of 24 units wide.
|
Copyright © 2021. All rights reserved.