AWS SDK for C++AWS SDK for C++ Version 1.11.611 |
#include <DocumentDBEventSourceConfig.h>
Specific configuration settings for a DocumentDB event source.
Definition at line 33 of file DocumentDBEventSourceConfig.h.
The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
Definition at line 60 of file DocumentDBEventSourceConfig.h.
The name of the database to consume within the DocumentDB cluster.
Definition at line 47 of file DocumentDBEventSourceConfig.h.
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
Definition at line 75 of file DocumentDBEventSourceConfig.h.
The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
Definition at line 59 of file DocumentDBEventSourceConfig.h.
The name of the database to consume within the DocumentDB cluster.
Definition at line 46 of file DocumentDBEventSourceConfig.h.
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
Definition at line 74 of file DocumentDBEventSourceConfig.h.
The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
Definition at line 62 of file DocumentDBEventSourceConfig.h.
The name of the database to consume within the DocumentDB cluster.
Definition at line 49 of file DocumentDBEventSourceConfig.h.
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
Definition at line 76 of file DocumentDBEventSourceConfig.h.
The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
Definition at line 64 of file DocumentDBEventSourceConfig.h.
The name of the database to consume within the DocumentDB cluster.
Definition at line 51 of file DocumentDBEventSourceConfig.h.
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
Definition at line 77 of file DocumentDBEventSourceConfig.h.