Class CfnPrincipalPermissions.ResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions.ResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrincipalPermissions.ResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPrincipalPermissions.ResourceProperty
@Stability(Stable)
@Internal
public static final class CfnPrincipalPermissions.ResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrincipalPermissions.ResourceProperty
An implementation for
CfnPrincipalPermissions.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.CfnPrincipalPermissions.ResourceProperty
CfnPrincipalPermissions.ResourceProperty.Builder, CfnPrincipalPermissions.ResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrincipalPermissions.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 ObjectThe identifier for the Data Catalog.final ObjectThe database for the resource.final ObjectA data cell filter.final ObjectThe location of an Amazon S3 path where permissions are granted or revoked.final ObjectgetLfTag()The LF-tag key and values attached to a resource.final ObjectA list of LF-tag conditions that define a resource's LF-tag policy.final ObjectgetTable()The table for the resource.final ObjectThe table with columns for the resource.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 theCfnPrincipalPermissions.ResourceProperty.Builder.
-
-
Method Details
-
getCatalog
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe 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:
getCatalogin interfaceCfnPrincipalPermissions.ResourceProperty
-
getDatabase
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe 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:
getDatabasein interfaceCfnPrincipalPermissions.ResourceProperty
-
getDataCellsFilter
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyA data cell filter.- Specified by:
getDataCellsFilterin interfaceCfnPrincipalPermissions.ResourceProperty
-
getDataLocation
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe location of an Amazon S3 path where permissions are granted or revoked.- Specified by:
getDataLocationin interfaceCfnPrincipalPermissions.ResourceProperty
-
getLfTag
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe LF-tag key and values attached to a resource.- Specified by:
getLfTagin interfaceCfnPrincipalPermissions.ResourceProperty
-
getLfTagPolicy
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyA list of LF-tag conditions that define a resource's LF-tag policy.- Specified by:
getLfTagPolicyin interfaceCfnPrincipalPermissions.ResourceProperty
-
getTable
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe 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:
getTablein interfaceCfnPrincipalPermissions.ResourceProperty
-
getTableWithColumns
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe 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:
getTableWithColumnsin interfaceCfnPrincipalPermissions.ResourceProperty
-
$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()
-