class Aws::Glue::Types::MongoDBTarget
Specifies an Amazon DocumentDB or MongoDB data store to crawl.
@note When making an API call, you may pass MongoDBTarget
data as a hash: { connection_name: "ConnectionName", path: "Path", scan_all: false, }
@!attribute [rw] connection_name
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target. @return [String]
@!attribute [rw] path
The path of the Amazon DocumentDB or MongoDB target (database/collection). @return [String]
@!attribute [rw] scan_all
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. A value of `true` means to scan all records, while a value of `false` means to sample the records. If no value is specified, the value defaults to `true`. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MongoDBTarget AWS API Documentation
Constants
- SENSITIVE