Resource

class Resource

A structure for the resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 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

A data cell filter.

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
inline fun copy(block: Resource.Builder.() -> Unit = {}): Resource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String