AWS::Glue::Crawler Targets - AWS CloudFormation

AWS::Glue::Crawler Targets

Specifies data stores to crawl.

Syntax

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

JSON

{ "CatalogTargets" : [ CatalogTarget, ... ], "DeltaTargets" : [ DeltaTarget, ... ], "DynamoDBTargets" : [ DynamoDBTarget, ... ], "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

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