@Stability(value=Stable) @Internal public static final class LogQueryWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogQueryWidgetProps
LogQueryWidgetPropssoftware.amazon.jsii.JsiiObject.InitializationModeLogQueryWidgetProps.Builder, LogQueryWidgetProps.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(LogQueryWidgetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LogQueryWidgetProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getHeight()
Height of the widget.
|
List<String> |
getLogGroupNames()
Names of log groups to query.
|
List<String> |
getQueryLines()
A sequence of lines to use to build the query.
|
String |
getQueryString()
Full query string for log insights.
|
String |
getRegion()
The region the metrics of this widget should be taken from.
|
String |
getTitle()
Title for the widget.
|
LogQueryVisualizationType |
getView()
The type of view to use.
|
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(LogQueryWidgetProps.Builder builder)
LogQueryWidgetProps.Builder.public final List<String> getLogGroupNames()
LogQueryWidgetPropsgetLogGroupNames in interface LogQueryWidgetPropspublic final Number getHeight()
LogQueryWidgetPropsDefault: 6
getHeight in interface LogQueryWidgetPropspublic final List<String> getQueryLines()
LogQueryWidgetProps
The query will be built by joining the lines together using \n|.
Default: - Exactly one of `queryString`, `queryLines` is required.
getQueryLines in interface LogQueryWidgetPropspublic final String getQueryString()
LogQueryWidgetProps
Be sure to prepend every new line with a newline and pipe character
(\n|).
Default: - Exactly one of `queryString`, `queryLines` is required.
getQueryString in interface LogQueryWidgetPropspublic final String getRegion()
LogQueryWidgetPropsDefault: Current region
getRegion in interface LogQueryWidgetPropspublic final String getTitle()
LogQueryWidgetPropsDefault: No title
getTitle in interface LogQueryWidgetPropspublic final LogQueryVisualizationType getView()
LogQueryWidgetPropsDefault: LogQueryVisualizationType.TABLE
getView in interface LogQueryWidgetPropspublic final Number getWidth()
LogQueryWidgetPropsDefault: 6
getWidth in interface LogQueryWidgetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.