AWS::Glue::CrawlerResource Type definition for AWS::Glue::Crawler
14 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Role | string | Required |
Targets | Targets | Required |
Classifiers | Array<string> | |
Configuration | string | |
CrawlerSecurityConfiguration | string | |
DatabaseName | string | |
Description | string | |
LakeFormationConfiguration | LakeFormationConfiguration | |
Name | string | Create-only |
RecrawlPolicy | RecrawlPolicy | |
Schedule | Schedule | |
SchemaChangePolicy | SchemaChangePolicy | |
TablePrefix | string | |
Tags | object |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Crawler
Resources:
MyResource:
Type: AWS::Glue::Crawler
Properties:
Role: "value"
Targets: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateCrawlerglue:GetCrawlerglue:TagResourceiam:PassRoleglue:GetCrawlerglue:GetTagsiam:PassRoleglue:UpdateCrawlerglue:UntagResourceglue:TagResourceiam:PassRoleglue:DeleteCrawlerglue:GetCrawlerglue:StopCrawleriam:PassRoleglue:ListCrawlersiam:PassRoleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name