AWS::Glue::Crawler Targets - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Crawler Targets

Specifies data stores to crawl.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CatalogTargets" : [ CatalogTarget, ... ], "DeltaTargets" : [ DeltaTarget, ... ], "DynamoDBTargets" : [ DynamoDBTarget, ... ], "HudiTargets" : [ HudiTarget, ... ], "IcebergTargets" : [ IcebergTarget, ... ], "JdbcTargets" : [ JdbcTarget, ... ], "MongoDBTargets" : [ MongoDBTarget, ... ], "S3Targets" : [ S3Target, ... ] }

Properties

CatalogTargets

Specifies AWS Glue Data Catalog targets.

Required: No

Type: Array of CatalogTarget

Update requires: No interruption

DeltaTargets

Specifies an array of Delta data store targets.

Required: No

Type: Array of DeltaTarget

Update requires: No interruption

DynamoDBTargets

Specifies Amazon DynamoDB targets.

Required: No

Type: Array of DynamoDBTarget

Update requires: No interruption

HudiTargets

Property description not available.

Required: No

Type: Array of HudiTarget

Update requires: No interruption

IcebergTargets

Specifies Apache Iceberg data store targets.

Required: No

Type: Array of IcebergTarget

Update requires: No interruption

JdbcTargets

Specifies JDBC targets.

Required: No

Type: Array of JdbcTarget

Update requires: No interruption

MongoDBTargets

A list of Mongo DB targets.

Required: No

Type: Array of MongoDBTarget

Update requires: No interruption

S3Targets

Specifies Amazon Simple Storage Service (Amazon S3) targets.

Required: No

Type: Array of S3Target

Update requires: No interruption