EventSourceMappingDocumentDbEventSourceConfig

data class EventSourceMappingDocumentDbEventSourceConfig(val collectionName: String? = null, val databaseName: String? = null, val fullDocument: EventSourceMappingDocumentDbEventSourceConfigFullDocument? = null)

Document db event source config.

Constructors

fun EventSourceMappingDocumentDbEventSourceConfig(collectionName: String? = null, databaseName: String? = null, fullDocument: EventSourceMappingDocumentDbEventSourceConfigFullDocument? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val collectionName: String? = null

The collection name to connect to.

Link copied to clipboard
val databaseName: String? = null

The database name to connect to.

Link copied to clipboard

Include full document in change stream response. The default option will only send the changes made to documents to Lambda. If you want the complete document sent to Lambda, set this to UpdateLookup.