A resource schema representing a Lake Formation Tag Association. While tag associations are not explicit Lake Formation resources, this CloudFormation resource can be used to associate tags with Lake Formation entities.
lf_tags
(Attributes List) List of Lake Formation Tags to associate with the Lake Formation Resource (see below for nested schema)resource
(Attributes) Resource to tag with the Lake Formation Tags (see below for nested schema)id
(String) Uniquely identifies the resource.resource_identifier
(String) Unique string identifying the resource. Used as primary identifier, which ideally should be a stringtags_identifier
(String) Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a stringlf_tags
Required:
catalog_id
(String)tag_key
(String)tag_values
(List of String)resource
Optional:
catalog
(String)database
(Attributes) (see below for nested schema)table
(Attributes) (see below for nested schema)table_with_columns
(Attributes) (see below for nested schema)resource.database
Required:
catalog_id
(String)name
(String)resource.table
Required:
catalog_id
(String)database_name
(String)Optional:
name
(String)table_wildcard
(String)resource.table_with_columns
Required:
catalog_id
(String)column_names
(List of String)database_name
(String)name
(String)Import is supported using the following syntax:
$ terraform import awscc_lakeformation_tag_association.example <resource ID>