Values_0.CrawlerTargetsSourceSpecifies data stores to crawl.
type nonrec t = {s3Targets : S3TargetList.t option;Specifies Amazon Simple Storage Service (Amazon S3) targets.
*)jdbcTargets : JdbcTargetList.t option;Specifies JDBC targets.
*)mongoDBTargets : MongoDBTargetList.t option;Specifies Amazon DocumentDB or MongoDB targets.
*)dynamoDBTargets : DynamoDBTargetList.t option;Specifies Amazon DynamoDB targets.
*)catalogTargets : CatalogTargetList.t option;Specifies Glue Data Catalog targets.
*)deltaTargets : DeltaTargetList.t option;Specifies Delta data store targets.
*)icebergTargets : IcebergTargetList.t option;Specifies Apache Iceberg data store targets.
*)hudiTargets : HudiTargetList.t option;Specifies Apache Hudi data store targets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `Integer of NullableInteger.t
| `List of [> `Enum of string | `String of Path.t ] list
| `String of Path.t ])
list ]
list ])
list ]