AWS::Glue::Crawler IcebergTarget
Specifies Apache Iceberg data store targets.
Syntax
To declare this entity in your AWS 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