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
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 collection name to connect to.- Specified by:
getCollectionNamein interfaceCfnEventSourceMapping.DocumentDBEventSourceConfigProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyThe database name to connect to.- Specified by:
getDatabaseNamein interfaceCfnEventSourceMapping.DocumentDBEventSourceConfigProperty- See Also:
-
getFullDocument
Description copied from interface:CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyInclude 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.
- Specified by:
getFullDocumentin interfaceCfnEventSourceMapping.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()
-