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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.QueryStringProps
QueryStringProps.Builder, QueryStringProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(QueryStringProps.Builder builder) Constructor that initializes the object based on literal property values passed by theQueryStringProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies which fields to display in the query results.Retrieves the specified fields from log events for display.final StringFilters the results of a query that's based on one or more conditions.final NumbergetLimit()Specifies the number of log events returned by the query.final StringgetParse()Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.final StringgetSort()Sorts the retrieved log events.final StringgetStats()Uses log field values to calculate aggregate statistics.final inthashCode()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:QueryStringPropsSpecifies which fields to display in the query results.Default: - no display in QueryString
- Specified by:
getDisplayin interfaceQueryStringProps
-
getFields
Description copied from interface:QueryStringPropsRetrieves the specified fields from log events for display.Default: - no fields in QueryString
- Specified by:
getFieldsin interfaceQueryStringProps
-
getFilter
Description copied from interface:QueryStringPropsFilters the results of a query that's based on one or more conditions.Default: - no filter in QueryString
- Specified by:
getFilterin interfaceQueryStringProps
-
getLimit
Description copied from interface:QueryStringPropsSpecifies the number of log events returned by the query.Default: - no limit in QueryString
- Specified by:
getLimitin interfaceQueryStringProps
-
getParse
Description copied from interface:QueryStringPropsExtracts 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:
getParsein interfaceQueryStringProps
-
getSort
Description copied from interface:QueryStringPropsSorts the retrieved log events.Default: - no sort in QueryString
- Specified by:
getSortin interfaceQueryStringProps
-
getStats
Description copied from interface:QueryStringPropsUses log field values to calculate aggregate statistics.Default: - no stats in QueryString
- Specified by:
getStatsin interfaceQueryStringProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-