Class CfnTagAssociation.ResourceProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnTagAssociation.ResourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTagAssociation.ResourceProperty
  • 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(CfnTagAssociation.ResourceProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTagAssociation.ResourceProperty.Builder.
  • Method Details

    • getCatalog

      public final Object getCatalog()
      Description copied from interface: CfnTagAssociation.ResourceProperty
      The identifier for the Data Catalog.

      By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.

      Specified by:
      getCatalog in interface CfnTagAssociation.ResourceProperty
    • getDatabase

      public final Object getDatabase()
      Description copied from interface: CfnTagAssociation.ResourceProperty
      The database for the resource.

      Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.

      Specified by:
      getDatabase in interface CfnTagAssociation.ResourceProperty
    • getTable

      public final Object getTable()
      Description copied from interface: CfnTagAssociation.ResourceProperty
      The table for the resource.

      A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.

      Specified by:
      getTable in interface CfnTagAssociation.ResourceProperty
    • getTableWithColumns

      public final Object getTableWithColumns()
      Description copied from interface: CfnTagAssociation.ResourceProperty
      The table with columns for the resource.

      A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.

      Specified by:
      getTableWithColumns in interface CfnTagAssociation.ResourceProperty
    • $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