AWS::Glue::Crawler Targets - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] }

Properties

CatalogTargets

Specifies Amazon Glue Data Catalog targets.

Required: No

Type: List of CatalogTarget

Update requires: No interruption

DeltaTargets

Property 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