CrawlerDynamodbTarget

data class CrawlerDynamodbTarget(val path: String, val scanAll: Boolean? = null, val scanRate: Double? = null)

Constructors

Link copied to clipboard
constructor(path: String, scanAll: Boolean? = null, scanRate: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the DynamoDB table to crawl.

Link copied to clipboard
val scanAll: Boolean? = null

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.

Link copied to clipboard
val scanRate: Double? = null

The percentage of the configured read capacity units to use by the AWS Glue crawler. The valid values are null or a value between 0.1 to 1.5.