This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::LakeFormation::Permissions Resource
A structure for the resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DatabaseResource" :DatabaseResource, "DataLocationResource" :DataLocationResource, "TableResource" :TableResource, "TableWithColumnsResource" :TableWithColumnsResource}
YAML
DatabaseResource:DatabaseResourceDataLocationResource:DataLocationResourceTableResource:TableResourceTableWithColumnsResource:TableWithColumnsResource
Properties
DatabaseResource-
A structure for the database object.
Required: No
Type: DatabaseResource
Update requires: Replacement
DataLocationResource-
A structure for a data location object where permissions are granted or revoked.
Required: No
Type: DataLocationResource
Update requires: Replacement
TableResource-
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.
Required: No
Type: TableResource
Update requires: Replacement
TableWithColumnsResource-
A structure for a table with columns object. This object is only used when granting a SELECT permission.
Required: No
Type: TableWithColumnsResource
Update requires: Replacement