Uses of Interface
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
Packages that use CfnEventSourceMapping.DocumentDBEventSourceConfigProperty
-
Uses of CfnEventSourceMapping.DocumentDBEventSourceConfigProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnEventSourceMapping.DocumentDBEventSourceConfigPropertyMethods in software.amazon.awscdk.services.lambda that return CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyModifier and TypeMethodDescriptionCfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyModifier and TypeMethodDescriptionCfnEventSourceMapping.Builder.documentDbEventSourceConfig(CfnEventSourceMapping.DocumentDBEventSourceConfigProperty documentDbEventSourceConfig) Specific configuration settings for a DocumentDB event source.CfnEventSourceMappingProps.Builder.documentDbEventSourceConfig(CfnEventSourceMapping.DocumentDBEventSourceConfigProperty documentDbEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getDocumentDbEventSourceConfig()voidCfnEventSourceMapping.setDocumentDbEventSourceConfig(CfnEventSourceMapping.DocumentDBEventSourceConfigProperty value) Specific configuration settings for a DocumentDB event source.