Class CustomWidgetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CustomWidgetProps.Jsii$Proxy
- All Implemented Interfaces:
CustomWidgetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomWidgetProps
@Stability(Stable)
@Internal
public static final class CustomWidgetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomWidgetProps
An implementation for
CustomWidgetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CustomWidgetProps
CustomWidgetProps.Builder, CustomWidgetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomWidgetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomWidgetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Arn of the AWS Lambda function that returns HTML or JSON that will be displayed in the widget.final Number
Height of the widget.final Object
Parameters passed to the lambda function.final String
getTitle()
The title of the widget.final Boolean
Update the widget on refresh.final Boolean
Update the widget on resize.final Boolean
Update the widget on time range change.final Number
getWidth()
Width of the widget, in a grid of 24 units wide.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCustomWidgetProps.Builder
.
-
-
Method Details
-
getFunctionArn
Description copied from interface:CustomWidgetProps
The Arn of the AWS Lambda function that returns HTML or JSON that will be displayed in the widget.- Specified by:
getFunctionArn
in interfaceCustomWidgetProps
-
getTitle
Description copied from interface:CustomWidgetProps
The title of the widget.- Specified by:
getTitle
in interfaceCustomWidgetProps
-
getHeight
Description copied from interface:CustomWidgetProps
Height of the widget.Default: - 6 for Alarm and Graph widgets. 3 for single value widgets where most recent value of a metric is displayed.
- Specified by:
getHeight
in interfaceCustomWidgetProps
-
getParams
Description copied from interface:CustomWidgetProps
Parameters passed to the lambda function.Default: - no parameters are passed to the lambda function
- Specified by:
getParams
in interfaceCustomWidgetProps
-
getUpdateOnRefresh
Description copied from interface:CustomWidgetProps
Update the widget on refresh.Default: true
- Specified by:
getUpdateOnRefresh
in interfaceCustomWidgetProps
-
getUpdateOnResize
Description copied from interface:CustomWidgetProps
Update the widget on resize.Default: true
- Specified by:
getUpdateOnResize
in interfaceCustomWidgetProps
-
getUpdateOnTimeRangeChange
Description copied from interface:CustomWidgetProps
Update the widget on time range change.Default: true
- Specified by:
getUpdateOnTimeRangeChange
in interfaceCustomWidgetProps
-
getWidth
Description copied from interface:CustomWidgetProps
Width of the widget, in a grid of 24 units wide.Default: 6
- Specified by:
getWidth
in interfaceCustomWidgetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-