Uses of Class
software.amazon.awscdk.services.cloudwatch.LogQueryWidget.Builder
Packages that use LogQueryWidget.Builder
-
Uses of LogQueryWidget.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return LogQueryWidget.BuilderModifier and TypeMethodDescriptionThe AWS account ID where the log groups are located.static LogQueryWidget.Builder
LogQueryWidget.Builder.create()
Height of the widget.LogQueryWidget.Builder.logGroupNames
(List<String> logGroupNames) Names of log groups to query.LogQueryWidget.Builder.queryLanguage
(LogQueryLanguage queryLanguage) The query language to use for the query.LogQueryWidget.Builder.queryLines
(List<String> queryLines) A sequence of lines to use to build the query.LogQueryWidget.Builder.queryString
(String queryString) Full query string for log insights.The region the metrics of this widget should be taken from.Title for the widget.LogQueryWidget.Builder.view
(LogQueryVisualizationType view) The type of view to use.Width of the widget, in a grid of 24 units wide.