@Stability(value=Stable) @Internal public static final class CustomWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomWidgetProps
CustomWidgetPropssoftware.amazon.jsii.JsiiObject.InitializationModeCustomWidgetProps.Builder, CustomWidgetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CustomWidgetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CustomWidgetProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getFunctionArn()
The Arn of the AWS Lambda function that returns HTML or JSON that will be displayed in the widget.
|
Number |
getHeight()
Height of the widget.
|
Object |
getParams()
Parameters passed to the lambda function.
|
String |
getTitle()
The title of the widget.
|
Boolean |
getUpdateOnRefresh()
Update the widget on refresh.
|
Boolean |
getUpdateOnResize()
Update the widget on resize.
|
Boolean |
getUpdateOnTimeRangeChange()
Update the widget on time range change.
|
Number |
getWidth()
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(CustomWidgetProps.Builder builder)
CustomWidgetProps.Builder.public final String getFunctionArn()
CustomWidgetPropsgetFunctionArn in interface CustomWidgetPropspublic final String getTitle()
CustomWidgetPropsgetTitle in interface CustomWidgetPropspublic final Number getHeight()
CustomWidgetPropsDefault: - 6 for Alarm and Graph widgets. 3 for single value widgets where most recent value of a metric is displayed.
getHeight in interface CustomWidgetPropspublic final Object getParams()
CustomWidgetPropsDefault: - no parameters are passed to the lambda function
getParams in interface CustomWidgetPropspublic final Boolean getUpdateOnRefresh()
CustomWidgetPropsDefault: true
getUpdateOnRefresh in interface CustomWidgetPropspublic final Boolean getUpdateOnResize()
CustomWidgetPropsDefault: true
getUpdateOnResize in interface CustomWidgetPropspublic final Boolean getUpdateOnTimeRangeChange()
CustomWidgetPropsDefault: true
getUpdateOnTimeRangeChange in interface CustomWidgetPropspublic final Number getWidth()
CustomWidgetPropsDefault: 6
getWidth in interface CustomWidgetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.