Values_0.IcebergTargetSourceSpecifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.
type nonrec t = {paths : PathList.t option;One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
*)connectionName : ConnectionName.t option;The name of the connection to use to connect to the Iceberg target.
*)exclusions : PathList.t option;A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
*)maximumTraversalDepth : NullableInteger.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NullableInteger.t
| `List of [> `String of Path.t ] list
| `String of ConnectionName.t ])
list ]