AWS Glue Crawler Targets
The
Targets property type specifies AWS Glue crawler targets.
Targets is a property of the AWS::Glue::Crawler resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "S3Targets" : [ S3Target, ... ], "JdbcTargets" : [ JdbcTarget, ... ] }
YAML
S3Targets: - S3Target JdbcTargets: - JdbcTarget
Properties
For more information, see CrawlerTargets Structure in the AWS Glue Developer Guide.
S3Targets-
The Amazon S3 crawler targets.
Required: No
Type: List of S3Target
Update requires: No interruption
JdbcTargets-
The JDBC crawler targets.
Required: No
Type: List of JdbcTarget
Update requires: No interruption
