Uses of Class
software.amazon.awscdk.services.cloudwatch.CustomWidget.Builder
-
Uses of CustomWidget.Builder in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionstatic CustomWidget.Builder
CustomWidget.Builder.create()
CustomWidget.Builder.functionArn
(String functionArn) The Arn of the AWS Lambda function that returns HTML or JSON that will be displayed in the widget.Height of the widget.Parameters passed to the lambda function.The title of the widget.CustomWidget.Builder.updateOnRefresh
(Boolean updateOnRefresh) Update the widget on refresh.CustomWidget.Builder.updateOnResize
(Boolean updateOnResize) Update the widget on resize.CustomWidget.Builder.updateOnTimeRangeChange
(Boolean updateOnTimeRangeChange) Update the widget on time range change.Width of the widget, in a grid of 24 units wide.