| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HorizontalAnnotation.Jsii$Proxy
An implementation for
HorizontalAnnotation |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAnnotation |
HorizontalAnnotation.Builder.build()
Builds the configured instance.
|
HorizontalAnnotation |
Alarm.toAnnotation()
(experimental) Turn this alarm into a horizontal annotation.
|
| Modifier and Type | Method and Description |
|---|---|
default List<HorizontalAnnotation> |
GraphWidgetProps.getLeftAnnotations()
(experimental) Annotations for the left Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getLeftAnnotations() |
default List<HorizontalAnnotation> |
GraphWidgetProps.getRightAnnotations()
(experimental) Annotations for the right Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getRightAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
(experimental) Annotations for the left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
Sets the value of
GraphWidgetProps.getLeftAnnotations() |
GraphWidget.Builder |
GraphWidget.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
(experimental) Annotations for the right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
Sets the value of
GraphWidgetProps.getRightAnnotations() |
| 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. |
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.