Class CfnTagAssociation.TableResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnTagAssociation.TableResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTagAssociation.TableResourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTagAssociation.TableResourceProperty
@Stability(Stable)
@Internal
public static final class CfnTagAssociation.TableResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTagAssociation.TableResourceProperty
An implementation for
CfnTagAssociation.TableResourceProperty
-
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.lakeformation.CfnTagAssociation.TableResourceProperty
CfnTagAssociation.TableResourceProperty.Builder, CfnTagAssociation.TableResourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTagAssociation.TableResourceProperty.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
The identifier for the Data Catalog .final String
The name of the database for the table.final String
getName()
The name of the table.final Object
A wildcard object representing every table under a database.This is an object with no properties that effectively behaves as a true or false depending on whether not it is passed as a parameter.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 theCfnTagAssociation.TableResourceProperty.Builder
.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnTagAssociation.TableResourceProperty
The identifier for the Data Catalog .By default, it is the account ID of the caller.
- Specified by:
getCatalogId
in interfaceCfnTagAssociation.TableResourceProperty
-
getDatabaseName
Description copied from interface:CfnTagAssociation.TableResourceProperty
The name of the database for the table.Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
- Specified by:
getDatabaseName
in interfaceCfnTagAssociation.TableResourceProperty
-
getName
Description copied from interface:CfnTagAssociation.TableResourceProperty
The name of the table.- Specified by:
getName
in interfaceCfnTagAssociation.TableResourceProperty
-
getTableWildcard
Description copied from interface:CfnTagAssociation.TableResourceProperty
A wildcard object representing every table under a database.This is an object with no properties that effectively behaves as a true or false depending on whether not it is passed as a parameter. The valid inputs for a property with this type in either yaml or json is null or {}.At least one of
TableResource$Name
orTableResource$TableWildcard
is required.- Specified by:
getTableWildcard
in interfaceCfnTagAssociation.TableResourceProperty
-
$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()
-