TagAssociationResourceArgs

data class TagAssociationResourceArgs(val catalog: Output<TagAssociationCatalogResourceArgs>? = null, val database: Output<TagAssociationDatabaseResourceArgs>? = null, val table: Output<TagAssociationTableResourceArgs>? = null, val tableWithColumns: Output<TagAssociationTableWithColumnsResourceArgs>? = null) : ConvertibleToJava<TagAssociationResourceArgs>

Constructors

Link copied to clipboard
constructor(catalog: Output<TagAssociationCatalogResourceArgs>? = null, database: Output<TagAssociationDatabaseResourceArgs>? = null, table: Output<TagAssociationTableResourceArgs>? = null, tableWithColumns: Output<TagAssociationTableWithColumnsResourceArgs>? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): TagAssociationResourceArgs