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
  • 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

      protected Jsii$Proxy(CfnStoredQueryProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStoredQueryProps.Builder.
  • Method Details

    • getQueryExpression

      public final String 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 interface CfnStoredQueryProps
    • getQueryName

      public final String getQueryName()
      Description copied from interface: CfnStoredQueryProps
      The name of the query.
      Specified by:
      getQueryName in interface CfnStoredQueryProps
    • getQueryDescription

      public final String getQueryDescription()
      Description copied from interface: CfnStoredQueryProps
      A unique description for the query.
      Specified by:
      getQueryDescription in interface CfnStoredQueryProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnStoredQueryProps
      An array of key-value pairs to apply to this resource.
      Specified by:
      getTags in interface CfnStoredQueryProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object