AWS Glue Crawler S3Target
The
S3Target property type specifies an Amazon S3 target for an AWS Glue crawl.
The S3Targets property of the Targets property type contains a list of S3Target property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Path" :String, "Exclusions" : [String, ... ] }
YAML
Path:StringExclusions: -String
Properties
For more information, see S3Target Structure in the AWS Glue Developer Guide.
Path-
The path to the Amazon S3 target.
Required: No
Type: String
Update requires: No interruption
Exclusions-
A list of UTF-8 strings that specify the Amazon S3 objects to exclude from the crawl.
Required: No
Type: List of String values
Update requires: No interruption
