Class CfnViewProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourceexplorer2.CfnViewProps.Jsii$Proxy
All Implemented Interfaces:
CfnViewProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnViewProps

@Stability(Stable) @Internal public static final class CfnViewProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnViewProps
An implementation for CfnViewProps
  • 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.resourceexplorer2.CfnViewProps

    CfnViewProps.Builder, CfnViewProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnViewProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.
    final Object
    A list of fields that provide additional information about the view.
    Tag key and value pairs that are attached to the view.
    final String
    The name of the new view.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnViewProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnViewProps.Builder.
  • Method Details

    • getViewName

      public final String getViewName()
      Description copied from interface: CfnViewProps
      The name of the new view.
      Specified by:
      getViewName in interface CfnViewProps
    • getFilters

      public final Object getFilters()
      Description copied from interface: CfnViewProps
      An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.

      When you use this view in a Search operation, the filter string is combined with the search's QueryString parameter using a logical AND operator.

      For information about the supported syntax, see Search query reference for Resource Explorer in the AWS Resource Explorer User Guide .

      This query string in the context of this operation supports only filter prefixes with optional operators . It doesn't support free-form text. For example, the string region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any AWS Region that begin with the letters us and are not tagged with a key Stage that has the value prod .

      Specified by:
      getFilters in interface CfnViewProps
    • getIncludedProperties

      public final Object getIncludedProperties()
      Description copied from interface: CfnViewProps
      A list of fields that provide additional information about the view.
      Specified by:
      getIncludedProperties in interface CfnViewProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: CfnViewProps
      Tag key and value pairs that are attached to the view.
      Specified by:
      getTags in interface CfnViewProps
    • $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