parent | title | nav_exclude |
---|---|---|
Infrastructure Components |
AWS Glue-Crawler |
false |
Glue is AWS's fully managed extract, transform, and load (ETL) service. A Glue crawler is used to access a data store and create table definitions. This can be used in conjuction with Amazon Athena to query flat files in S3 buckets using SQL.
No requirements.
The following providers are used by this module:
- aws
The following input variables are required:
Description: Standard name_prefix
module input. (Prefix counts towards 64-character max length for certain resource types.)
Type: string
Description: Standard environment
module input.
Type:
object({
vpc_id = string
aws_region = string
public_subnets = list(string)
private_subnets = list(string)
})
Description: Standard resource_tags
module input.
Type: map(string)
Description: Name of the Glue catalog database.
Type: string
Description: Name of the Glue crawler.
Type: string
Description: S3 target bucket for Glue crawler.
Type: string
Description: Path to crawler target file(s).
Type: string
No optional input.
The following outputs are exported:
Description: The name of the Glue crawler.
Source code for this module is available using the links below.
NOTE: This documentation was auto-generated using
terraform-docs
and s-infra
from slalom.dataops
.
Please do not attempt to manually update this file.