public static final class CfnPermissions.ResourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPermissions.ResourceProperty
CfnPermissions.ResourceProperty
CfnPermissions.ResourceProperty.Builder, CfnPermissions.ResourceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDatabaseResource()
A structure for the database object.
|
java.lang.Object |
getDataLocationResource()
A structure for a data location object where permissions are granted or revoked.
|
java.lang.Object |
getTableResource()
A structure for the table object.
|
java.lang.Object |
getTableWithColumnsResource()
Currently not supported by AWS CloudFormation .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDatabaseResource()
CfnPermissions.ResourceProperty
getDatabaseResource
in interface CfnPermissions.ResourceProperty
public final java.lang.Object getDataLocationResource()
CfnPermissions.ResourceProperty
getDataLocationResource
in interface CfnPermissions.ResourceProperty
public final java.lang.Object getTableResource()
CfnPermissions.ResourceProperty
A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
getTableResource
in interface CfnPermissions.ResourceProperty
public final java.lang.Object getTableWithColumnsResource()
CfnPermissions.ResourceProperty
getTableWithColumnsResource
in interface CfnPermissions.ResourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()