AWS::Glue::Crawler Targets
Specifies data stores to crawl.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CatalogTargets" :[ CatalogTarget, ... ], "DeltaTargets" :[ DeltaTarget, ... ], "DynamoDBTargets" :[ DynamoDBTarget, ... ], "JdbcTargets" :[ JdbcTarget, ... ], "MongoDBTargets" :[ MongoDBTarget, ... ], "S3Targets" :[ S3Target, ... ]}
YAML
CatalogTargets:- CatalogTargetDeltaTargets:- DeltaTargetDynamoDBTargets:- DynamoDBTargetJdbcTargets:- JdbcTargetMongoDBTargets:- MongoDBTargetS3Targets:- S3Target
Properties
CatalogTargets-
Specifies Amazon Glue Data Catalog targets.
Required: No
Type: List of CatalogTarget
Update requires: No interruption
DeltaTargetsProperty description not available.
Required: No
Type: List of DeltaTarget
Update requires: No interruption
DynamoDBTargets-
Specifies Amazon DynamoDB targets.
Required: No
Type: List of DynamoDBTarget
Update requires: No interruption
JdbcTargets-
Specifies JDBC targets.
Required: No
Type: List of JdbcTarget
Update requires: No interruption
MongoDBTargets-
A list of Mongo DB targets.
Required: No
Type: List of MongoDBTarget
Update requires: No interruption
S3Targets-
Specifies Amazon Simple Storage Service (Amazon S3) targets.
Required: No
Type: List of S3Target
Update requires: No interruption