Class QueryDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.QueryDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
QueryDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
QueryDefinitionProps
@Stability(Stable)
@Internal
public static final class QueryDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements QueryDefinitionProps
An implementation for
QueryDefinitionProps
-
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.QueryDefinitionProps
QueryDefinitionProps.Builder, QueryDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(QueryDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theQueryDefinitionProps.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
Specify certain log groups for the query definition.final String
Name of the query definition.final QueryString
The query string to use for this query definition.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 theQueryDefinitionProps.Builder
.
-
-
Method Details
-
getQueryDefinitionName
Description copied from interface:QueryDefinitionProps
Name of the query definition.- Specified by:
getQueryDefinitionName
in interfaceQueryDefinitionProps
-
getQueryString
Description copied from interface:QueryDefinitionProps
The query string to use for this query definition.- Specified by:
getQueryString
in interfaceQueryDefinitionProps
-
getLogGroups
Description copied from interface:QueryDefinitionProps
Specify certain log groups for the query definition.Default: - no specified log groups
- Specified by:
getLogGroups
in interfaceQueryDefinitionProps
-
$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()
-