AWS::LakeFormation::TagAssociation Resource
A structure for the resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Catalog" :
Json
, "Database" :DatabaseResource
, "Table" :TableResource
, "TableWithColumns" :TableWithColumnsResource
}
YAML
Catalog:
Json
Database:DatabaseResource
Table:TableResource
TableWithColumns:TableWithColumnsResource
Properties
Catalog
-
The 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.
Required: No
Type: Json
Update requires: Replacement
Database
-
The 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.
Required: No
Type: DatabaseResource
Update requires: Replacement
Table
-
The table for the resource. 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
TableWithColumns
-
The 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.
Required: No
Type: TableWithColumnsResource
Update requires: Replacement