Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-athena-datacatalog.json
Parent schema serverless-framework-configuration
Type: object

Properties

Name string | Aws_CF_FunctionString required

The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.

Type string | Aws_CF_FunctionString required

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

Description string | Aws_CF_FunctionString

A description of the data catalog to be created.

Parameters object

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

Tags Tag[]

Definitions

Tags Tag[]
Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required