Class QueryStringProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.QueryStringProps.Jsii$Proxy
- All Implemented Interfaces:
QueryStringProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
QueryStringProps
@Stability(Stable)
@Internal
public static final class QueryStringProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements QueryStringProps
An implementation for
QueryStringProps
-
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.logs.QueryStringProps
QueryStringProps.Builder, QueryStringProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(QueryStringProps.Builder builder) Constructor that initializes the object based on literal property values passed by theQueryStringProps.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
Specifies which fields to display in the query results.Retrieves the specified fields from log events for display.final String
Filters the results of a query that's based on one or more conditions.final Number
getLimit()
Specifies the number of log events returned by the query.final String
getParse()
Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.final String
getSort()
Sorts the retrieved log events.final String
getStats()
Uses log field values to calculate aggregate statistics.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 theQueryStringProps.Builder
.
-
-
Method Details
-
getDisplay
Description copied from interface:QueryStringProps
Specifies which fields to display in the query results.Default: - no display in QueryString
- Specified by:
getDisplay
in interfaceQueryStringProps
-
getFields
Description copied from interface:QueryStringProps
Retrieves the specified fields from log events for display.Default: - no fields in QueryString
- Specified by:
getFields
in interfaceQueryStringProps
-
getFilter
Description copied from interface:QueryStringProps
Filters the results of a query that's based on one or more conditions.Default: - no filter in QueryString
- Specified by:
getFilter
in interfaceQueryStringProps
-
getLimit
Description copied from interface:QueryStringProps
Specifies the number of log events returned by the query.Default: - no limit in QueryString
- Specified by:
getLimit
in interfaceQueryStringProps
-
getParse
Description copied from interface:QueryStringProps
Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.Default: - no parse in QueryString
- Specified by:
getParse
in interfaceQueryStringProps
-
getSort
Description copied from interface:QueryStringProps
Sorts the retrieved log events.Default: - no sort in QueryString
- Specified by:
getSort
in interfaceQueryStringProps
-
getStats
Description copied from interface:QueryStringProps
Uses log field values to calculate aggregate statistics.Default: - no stats in QueryString
- Specified by:
getStats
in interfaceQueryStringProps
-
$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()
-