EventSourceMappingDocumentDbEventSourceConfigArgs

data class EventSourceMappingDocumentDbEventSourceConfigArgs(val collectionName: Output<String>? = null, val databaseName: Output<String>? = null, val fullDocument: Output<EventSourceMappingDocumentDbEventSourceConfigFullDocument>? = null) : ConvertibleToJava<EventSourceMappingDocumentDbEventSourceConfigArgs>

Document db event source config.

Constructors

fun EventSourceMappingDocumentDbEventSourceConfigArgs(collectionName: Output<String>? = null, databaseName: Output<String>? = null, fullDocument: Output<EventSourceMappingDocumentDbEventSourceConfigFullDocument>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EventSourceMappingDocumentDbEventSourceConfigArgs

Properties

Link copied to clipboard
val collectionName: Output<String>? = null

The collection name to connect to.

Link copied to clipboard
val databaseName: Output<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.