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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCrawler.MongoDBTargetPropertystatic final classAn 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.- See Also:
-
getPath
The path of the Amazon DocumentDB or MongoDB target (database/collection).- See Also:
-
builder
-