PrincipalPermissionsResourceArgs

data class PrincipalPermissionsResourceArgs(val catalog: Output<PrincipalPermissionsCatalogResourceArgs>? = null, val dataCellsFilter: Output<PrincipalPermissionsDataCellsFilterResourceArgs>? = null, val dataLocation: Output<PrincipalPermissionsDataLocationResourceArgs>? = null, val database: Output<PrincipalPermissionsDatabaseResourceArgs>? = null, val lfTag: Output<PrincipalPermissionsLfTagKeyResourceArgs>? = null, val lfTagPolicy: Output<PrincipalPermissionsLfTagPolicyResourceArgs>? = null, val table: Output<PrincipalPermissionsTableResourceArgs>? = null, val tableWithColumns: Output<PrincipalPermissionsTableWithColumnsResourceArgs>? = null) : ConvertibleToJava<PrincipalPermissionsResourceArgs>

A structure for the resource.

Constructors

Link copied to clipboard
constructor(catalog: Output<PrincipalPermissionsCatalogResourceArgs>? = null, dataCellsFilter: Output<PrincipalPermissionsDataCellsFilterResourceArgs>? = null, dataLocation: Output<PrincipalPermissionsDataLocationResourceArgs>? = null, database: Output<PrincipalPermissionsDatabaseResourceArgs>? = null, lfTag: Output<PrincipalPermissionsLfTagKeyResourceArgs>? = null, lfTagPolicy: Output<PrincipalPermissionsLfTagPolicyResourceArgs>? = null, table: Output<PrincipalPermissionsTableResourceArgs>? = null, tableWithColumns: Output<PrincipalPermissionsTableWithColumnsResourceArgs>? = 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 LFlong 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
Link copied to clipboard

The location of an Amazon S3 path where permissions are granted or revoked.

Link copied to clipboard

The LF-tag key and values attached to a resource.

Link copied to clipboard

A list of LF-tag conditions that define a resource's LF-tag policy.

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(): PrincipalPermissionsResourceArgs