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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lakeformation.CfnPermissions.ResourceProperty
CfnPermissions.ResourceProperty.Builder, CfnPermissions.ResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPermissions.ResourceProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectA structure for the database object.final ObjectA structure for a data location object where permissions are granted or revoked.final ObjectA structure for the table object.final ObjectA structure for a table with columns object.final inthashCode()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.ResourcePropertyA structure for the database object.Returns union: either
IResolvableorCfnPermissions.DatabaseResourceProperty- Specified by:
getDatabaseResourcein interfaceCfnPermissions.ResourceProperty- See Also:
-
getDataLocationResource
Description copied from interface:CfnPermissions.ResourcePropertyA structure for a data location object where permissions are granted or revoked.Returns union: either
IResolvableorCfnPermissions.DataLocationResourceProperty- Specified by:
getDataLocationResourcein interfaceCfnPermissions.ResourceProperty- See Also:
-
getTableResource
Description copied from interface:CfnPermissions.ResourcePropertyA 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.
Returns union: either
IResolvableorCfnPermissions.TableResourceProperty- Specified by:
getTableResourcein interfaceCfnPermissions.ResourceProperty- See Also:
-
getTableWithColumnsResource
Description copied from interface:CfnPermissions.ResourcePropertyA structure for a table with columns object.This object is only used when granting a SELECT permission.
Returns union: either
IResolvableorCfnPermissions.TableWithColumnsResourceProperty- Specified by:
getTableWithColumnsResourcein interfaceCfnPermissions.ResourceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-