Class CfnPrincipalPermissionsPropsMixin.ResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrincipalPermissionsPropsMixin.ResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrincipalPermissionsPropsMixin.ResourceProperty
CfnPrincipalPermissionsPropsMixin.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.mixins.preview.services.lakeformation.mixins.CfnPrincipalPermissionsPropsMixin.ResourceProperty
CfnPrincipalPermissionsPropsMixin.ResourceProperty.Builder, CfnPrincipalPermissionsPropsMixin.ResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrincipalPermissionsPropsMixin.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 theCfnPrincipalPermissionsPropsMixin.ResourceProperty.Builder.
-
-
Method Details
-
getCatalog
Description copied from interface:CfnPrincipalPermissionsPropsMixin.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 interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getDatabase
Description copied from interface:CfnPrincipalPermissionsPropsMixin.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
IResolvableorCfnPrincipalPermissionsPropsMixin.DatabaseResourceProperty- Specified by:
getDatabasein interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getDataCellsFilter
Description copied from interface:CfnPrincipalPermissionsPropsMixin.ResourcePropertyA data cell filter.Returns union: either
IResolvableorCfnPrincipalPermissionsPropsMixin.DataCellsFilterResourceProperty- Specified by:
getDataCellsFilterin interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getDataLocation
Description copied from interface:CfnPrincipalPermissionsPropsMixin.ResourcePropertyThe location of an Amazon S3 path where permissions are granted or revoked.Returns union: either
IResolvableorCfnPrincipalPermissionsPropsMixin.DataLocationResourceProperty- Specified by:
getDataLocationin interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getLfTag
Description copied from interface:CfnPrincipalPermissionsPropsMixin.ResourcePropertyThe LF-tag key and values attached to a resource.Returns union: either
IResolvableorCfnPrincipalPermissionsPropsMixin.LFTagKeyResourceProperty- Specified by:
getLfTagin interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getLfTagPolicy
Description copied from interface:CfnPrincipalPermissionsPropsMixin.ResourcePropertyA list of LF-tag conditions that define a resource's LF-tag policy.Returns union: either
IResolvableorCfnPrincipalPermissionsPropsMixin.LFTagPolicyResourceProperty- Specified by:
getLfTagPolicyin interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getTable
Description copied from interface:CfnPrincipalPermissionsPropsMixin.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
IResolvableorCfnPrincipalPermissionsPropsMixin.TableResourceProperty- Specified by:
getTablein interfaceCfnPrincipalPermissionsPropsMixin.ResourceProperty- See Also:
-
getTableWithColumns
Description copied from interface:CfnPrincipalPermissionsPropsMixin.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
IResolvableorCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- Specified by:
getTableWithColumnsin interfaceCfnPrincipalPermissionsPropsMixin.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()
-