Class CfnStoredQueryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnStoredQueryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStoredQueryProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStoredQueryProps
@Stability(Stable)
@Internal
public static final class CfnStoredQueryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStoredQueryProps
An implementation for
CfnStoredQueryProps
-
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.config.CfnStoredQueryProps
CfnStoredQueryProps.Builder, CfnStoredQueryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStoredQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStoredQueryProps.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
A unique description for the query.final String
The expression of the query.final String
The name of the query.getTags()
An array of key-value pairs to apply to this resource.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 theCfnStoredQueryProps.Builder
.
-
-
Method Details
-
getQueryExpression
Description copied from interface:CfnStoredQueryProps
The expression of the query.For example,
SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
- Specified by:
getQueryExpression
in interfaceCfnStoredQueryProps
-
getQueryName
Description copied from interface:CfnStoredQueryProps
The name of the query.- Specified by:
getQueryName
in interfaceCfnStoredQueryProps
-
getQueryDescription
Description copied from interface:CfnStoredQueryProps
A unique description for the query.- Specified by:
getQueryDescription
in interfaceCfnStoredQueryProps
-
getTags
Description copied from interface:CfnStoredQueryProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnStoredQueryProps
-
$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()
-