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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCrawler.MongoDBTargetProperty
static final class
An implementation forCfnCrawler.MongoDBTargetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectionName
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target. -
getPath
The path of the Amazon DocumentDB or MongoDB target (database/collection). -
builder
-