CatalogInput

A structure that describes catalog properties.

Types

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

Properties

Link copied to clipboard

Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.

Link copied to clipboard

A CatalogProperties object that specifies data lake access properties and other custom properties.

Link copied to clipboard

An array of PrincipalPermissions objects. Creates a set of default permissions on the database(s) for principals. Used by Amazon Web Services Lake Formation. Typically should be explicitly set as an empty list.

Link copied to clipboard

An array of PrincipalPermissions objects. Creates a set of default permissions on the table(s) for principals. Used by Amazon Web Services Lake Formation. Typically should be explicitly set as an empty list.

Link copied to clipboard

Description string, not more than 2048 bytes long, matching the URI address multi-line string pattern. A description of the catalog.

Link copied to clipboard

A FederatedCatalog object. A FederatedCatalog structure that references an entity outside the Glue Data Catalog, for example a Redshift database.

Link copied to clipboard

A map array of key-value pairs that define the parameters and properties of the catalog.

Link copied to clipboard

A TargetRedshiftCatalog object that describes a target catalog for resource linking.

Functions

Link copied to clipboard
inline fun copy(block: CatalogInput.Builder.() -> Unit = {}): CatalogInput
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