Class CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty
An implementation for
CfnEventSourceMappingPropsMixin.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.cfnpropertymixins.services.lambda.CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty
CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Builder, CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMappingPropsMixin.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
protected Jsii$Proxy(CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty.Builder.
-
-
Method Details
-
getCollectionName
Description copied from interface:CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigPropertyThe name of the collection to consume within the database.If you do not specify a collection, Lambda consumes all collections.
- Specified by:
getCollectionNamein interfaceCfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigPropertyThe name of the database to consume within the DocumentDB cluster.- Specified by:
getDatabaseNamein interfaceCfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty- See Also:
-
getFullDocument
Description copied from interface:CfnEventSourceMappingPropsMixin.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 interfaceCfnEventSourceMappingPropsMixin.DocumentDBEventSourceConfigProperty- See Also:
-
$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()
-