Interface CfnCrawler.MongoDBTargetProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCrawler.MongoDBTargetProperty.Jsii$Proxy
Enclosing class:
CfnCrawler

@Stability(Stable) public static interface CfnCrawler.MongoDBTargetProperty extends software.amazon.jsii.JsiiSerializable
Specifies an Amazon DocumentDB or MongoDB data store to crawl.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.glue.*;
 MongoDBTargetProperty mongoDBTargetProperty = MongoDBTargetProperty.builder()
         .connectionName("connectionName")
         .path("path")
         .build();