AWS::Glue::Crawler IcebergTarget - 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 IcebergTarget

Specifies Apache Iceberg data store targets.

Syntax

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

JSON

{ "ConnectionName" : String, "Exclusions" : [ String, ... ], "MaximumTraversalDepth" : Integer, "Paths" : [ String, ... ] }

YAML

ConnectionName: String Exclusions: - String MaximumTraversalDepth: Integer Paths: - String

Properties

ConnectionName

The name of the connection to use to connect to the Iceberg target.

Required: No

Type: String

Update requires: No interruption

Exclusions

A list of global patterns used to exclude from the crawl.

Required: No

Type: Array of String

Update requires: No interruption

MaximumTraversalDepth

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.

Required: No

Type: Integer

Update requires: No interruption

Paths

One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix .

Required: No

Type: Array of String

Update requires: No interruption