DynamoDbTarget

Specifies an Amazon DynamoDB table to crawl.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String?

The name of the DynamoDB table to crawl.

Link copied to clipboard

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.

Link copied to clipboard

The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.

Functions

Link copied to clipboard
inline fun copy(block: DynamoDbTarget.Builder.() -> Unit = {}): DynamoDbTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String