Builder

class Builder

Properties

Link copied to clipboard

A description of the data catalog to be created.

Link copied to clipboard
var name: String?

The name of the data catalog to create. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.

Link copied to clipboard

Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.

Link copied to clipboard
var tags: List<Tag>?

A list of comma separated tags to add to the data catalog that is created.

Link copied to clipboard

The type of data catalog to create: LAMBDA for a federated catalog, HIVE for an external hive metastore, or GLUE for an Glue Data Catalog.