Crawler Targets Args
constructor(catalogTargets: Output<List<CrawlerCatalogTargetArgs>>? = null, deltaTargets: Output<List<CrawlerDeltaTargetArgs>>? = null, dynamoDbTargets: Output<List<CrawlerDynamoDbTargetArgs>>? = null, hudiTargets: Output<List<CrawlerHudiTargetArgs>>? = null, icebergTargets: Output<List<CrawlerIcebergTargetArgs>>? = null, jdbcTargets: Output<List<CrawlerJdbcTargetArgs>>? = null, mongoDbTargets: Output<List<CrawlerMongoDbTargetArgs>>? = null, s3Targets: Output<List<CrawlerS3TargetArgs>>? = null)