Class CfnPrincipalPermissions.ResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrincipalPermissions.ResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrincipalPermissions.ResourceProperty
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- See Also:
-
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.
Returns union: either
IResolvableorCfnPrincipalPermissions.DatabaseResourceProperty- Specified by:
getDatabasein interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
getDataCellsFilter
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyA data cell filter.Returns union: either
IResolvableorCfnPrincipalPermissions.DataCellsFilterResourceProperty- Specified by:
getDataCellsFilterin interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
getDataLocation
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe location of an Amazon S3 path where permissions are granted or revoked.Returns union: either
IResolvableorCfnPrincipalPermissions.DataLocationResourceProperty- Specified by:
getDataLocationin interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
getLfTag
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyThe LF-tag key and values attached to a resource.Returns union: either
IResolvableorCfnPrincipalPermissions.LFTagKeyResourceProperty- Specified by:
getLfTagin interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
getLfTagPolicy
Description copied from interface:CfnPrincipalPermissions.ResourcePropertyA list of LF-tag conditions that define a resource's LF-tag policy.Returns union: either
IResolvableorCfnPrincipalPermissions.LFTagPolicyResourceProperty- Specified by:
getLfTagPolicyin interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnPrincipalPermissions.TableResourceProperty- Specified by:
getTablein interfaceCfnPrincipalPermissions.ResourceProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnPrincipalPermissions.TableWithColumnsResourceProperty- Specified by:
getTableWithColumnsin interfaceCfnPrincipalPermissions.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()
-