@Stability(value=Experimental) @Internal public static final class GraphWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GraphWidgetProps
GraphWidgetPropssoftware.amazon.jsii.JsiiObject.InitializationModeGraphWidgetProps.Builder, GraphWidgetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean stacked,
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. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getHeight()
(experimental) Height of the widget.
|
List<IMetric> |
getLeft()
(experimental) Metrics to display on left Y axis.
|
List<HorizontalAnnotation> |
getLeftAnnotations()
(experimental) Annotations for the left Y axis.
|
YAxisProps |
getLeftYAxis()
(experimental) Left Y axis.
|
LegendPosition |
getLegendPosition()
(experimental) Position of the legend.
|
Boolean |
getLiveData()
(experimental) Whether the graph should show live data.
|
String |
getRegion()
(experimental) The region the metrics of this graph should be taken from.
|
List<IMetric> |
getRight()
(experimental) Metrics to display on right Y axis.
|
List<HorizontalAnnotation> |
getRightAnnotations()
(experimental) Annotations for the right Y axis.
|
YAxisProps |
getRightYAxis()
(experimental) Right Y axis.
|
Boolean |
getStacked()
(experimental) Whether the graph should be shown as stacked lines.
|
String |
getTitle()
(experimental) Title for the graph.
|
GraphWidgetView |
getView()
(experimental) Display this metric.
|
Number |
getWidth()
(experimental) Width of the widget, in a grid of 24 units wide.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<? extends IMetric> left, List<? extends HorizontalAnnotation> leftAnnotations, YAxisProps leftYAxis, LegendPosition legendPosition, Boolean liveData, List<? extends IMetric> right, List<? extends HorizontalAnnotation> rightAnnotations, YAxisProps rightYAxis, Boolean stacked, GraphWidgetView view, Number height, String region, String title, Number width)
GraphWidgetProps.Builder.public final List<IMetric> getLeft()
GraphWidgetPropsDefault: - No metrics
getLeft in interface GraphWidgetPropspublic final List<HorizontalAnnotation> getLeftAnnotations()
GraphWidgetPropsDefault: - No annotations
getLeftAnnotations in interface GraphWidgetPropspublic final YAxisProps getLeftYAxis()
GraphWidgetPropsDefault: - None
getLeftYAxis in interface GraphWidgetPropspublic final LegendPosition getLegendPosition()
GraphWidgetPropsDefault: - bottom
getLegendPosition in interface GraphWidgetPropspublic final Boolean getLiveData()
GraphWidgetPropsDefault: false
getLiveData in interface GraphWidgetPropspublic final List<IMetric> getRight()
GraphWidgetPropsDefault: - No metrics
getRight in interface GraphWidgetPropspublic final List<HorizontalAnnotation> getRightAnnotations()
GraphWidgetPropsDefault: - No annotations
getRightAnnotations in interface GraphWidgetPropspublic final YAxisProps getRightYAxis()
GraphWidgetPropsDefault: - None
getRightYAxis in interface GraphWidgetPropspublic final Boolean getStacked()
GraphWidgetPropsDefault: false
getStacked in interface GraphWidgetPropspublic final GraphWidgetView getView()
GraphWidgetPropsDefault: TimeSeries
getView in interface GraphWidgetPropspublic final Number getHeight()
MetricWidgetPropsDefault: - 6 for Alarm and Graph widgets. 3 for single value widgets where most recent value of a metric is displayed.
getHeight in interface MetricWidgetPropspublic final String getRegion()
MetricWidgetPropsDefault: - Current region
getRegion in interface MetricWidgetPropspublic final String getTitle()
MetricWidgetPropsDefault: - None
getTitle in interface MetricWidgetPropspublic final Number getWidth()
MetricWidgetPropsDefault: 6
getWidth in interface MetricWidgetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.