CrawlerDynamoDbTarget

data class CrawlerDynamoDbTarget(val path: String? = null)

Specifies an Amazon DynamoDB table to crawl.

Constructors

Link copied to clipboard
constructor(path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

The name of the DynamoDB table to crawl.