Terraform resource: aws athena data catalog

From wikieduonline
(Redirected from Aws athena data catalog)
Jump to navigation Jump to search
resource "aws_athena_data_catalog" "example" {
  name        = "athena-data-catalog"
  description = "Example Athena data catalog"
  type        = "LAMBDA"

  parameters = {
    "function" = "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function"
  }

  tags = {
    Name = "example-athena-data-catalog"
  }
}

Arguments[edit]

  • type - (Required) Type of data catalog: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.


Related[edit]

See also[edit]

Advertising: