Class CfnPermissions.ResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnPermissions.ResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPermissions.ResourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPermissions.ResourceProperty
@Stability(Stable)
@Internal
public static final class CfnPermissions.ResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPermissions.ResourceProperty
An implementation for
CfnPermissions.ResourceProperty
-
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.CfnPermissions.ResourceProperty
CfnPermissions.ResourceProperty.Builder, CfnPermissions.ResourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPermissions.ResourceProperty.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 Object
A structure for the database object.final Object
A structure for a data location object where permissions are granted or revoked.final Object
A structure for the table object.final Object
A structure for a table with columns object.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 theCfnPermissions.ResourceProperty.Builder
.
-
-
Method Details
-
getDatabaseResource
Description copied from interface:CfnPermissions.ResourceProperty
A structure for the database object.- Specified by:
getDatabaseResource
in interfaceCfnPermissions.ResourceProperty
-
getDataLocationResource
Description copied from interface:CfnPermissions.ResourceProperty
A structure for a data location object where permissions are granted or revoked.- Specified by:
getDataLocationResource
in interfaceCfnPermissions.ResourceProperty
-
getTableResource
Description copied from interface:CfnPermissions.ResourceProperty
A structure for the table object.A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
- Specified by:
getTableResource
in interfaceCfnPermissions.ResourceProperty
-
getTableWithColumnsResource
Description copied from interface:CfnPermissions.ResourceProperty
A structure for a table with columns object.This object is only used when granting a SELECT permission.
- Specified by:
getTableWithColumnsResource
in interfaceCfnPermissions.ResourceProperty
-
$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()
-