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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnStoredQueryProps
CfnStoredQueryProps.Builder, CfnStoredQueryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStoredQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStoredQueryProps.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 StringA unique description for the query.final StringThe expression of the query.final StringThe name of the query.getTags()An array of key-value pairs to apply to this resource.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 theCfnStoredQueryProps.Builder.
-
-
Method Details
-
getQueryExpression
Description copied from interface:CfnStoredQueryPropsThe expression of the query.For example,
SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.- Specified by:
getQueryExpressionin interfaceCfnStoredQueryProps- See Also:
-
getQueryName
Description copied from interface:CfnStoredQueryPropsThe name of the query.- Specified by:
getQueryNamein interfaceCfnStoredQueryProps- See Also:
-
getQueryDescription
Description copied from interface:CfnStoredQueryPropsA unique description for the query.- Specified by:
getQueryDescriptionin interfaceCfnStoredQueryProps- See Also:
-
getTags
Description copied from interface:CfnStoredQueryPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnStoredQueryProps- See Also:
-
$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()
-