Class CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnEventSourceMapping.DocumentDBEventSourceConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
An implementation for 
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyCfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder, CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the collection to consume within the database.final StringThe name of the database to consume within the DocumentDB cluster.final StringDetermines what DocumentDB sends to your event stream during document update operations.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder.
 
- 
- 
Method Details- 
getCollectionNameDescription copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyThe name of the collection to consume within the database.If you do not specify a collection, Lambda consumes all collections. - Specified by:
- getCollectionNamein interface- CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
 
- 
getDatabaseNameDescription copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyThe name of the database to consume within the DocumentDB cluster.- Specified by:
- getDatabaseNamein interface- CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
 
- 
getFullDocumentDescription copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyDetermines 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. - Specified by:
- getFullDocumentin interface- CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-