Resource: aws_lakeformation_resource_lf_tag

Terraform resource for managing an AWS Lake Formation Resource LF Tag.

Example Usage

Basic Usage

resource "aws_lakeformation_resource_lf_tag" "example" {
  database {
    name = aws_glue_catalog_database.example.name
  }

  lf_tag {
    key   = aws_lakeformation_lf_tag.example.key
    value = "stowe"
  }
}

Argument Reference

The following arguments are required:

Exactly one of the following is required:

The following arguments are optional:

LF Tag

The following arguments are required:

The following argument is optional:

Database

The following argument is required:

The following argument is optional:

Table

The following argument is required:

The following arguments are optional:

Table With Columns

The following arguments are required:

The following arguments are optional:

Column Wildcard

Attribute Reference

This resource exports no additional attributes.

Timeouts

Configuration options:

Import

You cannot import this resource.