data class CrawlerDynamodbTargetArgs(val path: Output<String>, val scanAll: Output<Boolean>? = null, val scanRate: Output<Double>? = null) : ConvertibleToJava<CrawlerDynamodbTargetArgs>
Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. defaults to true.