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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder, CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder.
-
-
Method Details
-
getCollectionName
Description 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 interfaceCfnEventSourceMapping.DocumentDBEventSourceConfigProperty
-
getDatabaseName
Description copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyThe name of the database to consume within the DocumentDB cluster.- Specified by:
getDatabaseNamein interfaceCfnEventSourceMapping.DocumentDBEventSourceConfigProperty
-
getFullDocument
Description 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 interfaceCfnEventSourceMapping.DocumentDBEventSourceConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-