| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
YAxisProps.Jsii$Proxy
An implementation for
YAxisProps |
| Modifier and Type | Method and Description |
|---|---|
YAxisProps |
YAxisProps.Builder.build()
Builds the configured instance.
|
default YAxisProps |
GraphWidgetProps.getLeftYAxis()
(experimental) Left Y axis.
|
YAxisProps |
GraphWidgetProps.Jsii$Proxy.getLeftYAxis() |
default YAxisProps |
AlarmWidgetProps.getLeftYAxis()
(experimental) Left Y axis.
|
YAxisProps |
AlarmWidgetProps.Jsii$Proxy.getLeftYAxis() |
default YAxisProps |
GraphWidgetProps.getRightYAxis()
(experimental) Right Y axis.
|
YAxisProps |
GraphWidgetProps.Jsii$Proxy.getRightYAxis() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.leftYAxis(YAxisProps leftYAxis)
(experimental) Left Y axis.
|
AlarmWidget.Builder |
AlarmWidget.Builder.leftYAxis(YAxisProps leftYAxis)
(experimental) Left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.leftYAxis(YAxisProps leftYAxis)
Sets the value of
GraphWidgetProps.getLeftYAxis() |
AlarmWidgetProps.Builder |
AlarmWidgetProps.Builder.leftYAxis(YAxisProps leftYAxis)
Sets the value of
AlarmWidgetProps.getLeftYAxis() |
GraphWidget.Builder |
GraphWidget.Builder.rightYAxis(YAxisProps rightYAxis)
(experimental) Right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.rightYAxis(YAxisProps rightYAxis)
Sets the value of
GraphWidgetProps.getRightYAxis() |
| Constructor and Description |
|---|
Jsii$Proxy(IAlarm alarm,
YAxisProps leftYAxis,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
AlarmWidgetProps.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.