@Stability(value=Stable)
public static interface CfnCrawler.MongoDBTargetProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCrawler.MongoDBTargetProperty.Builder
A builder for
CfnCrawler.MongoDBTargetProperty |
static class |
CfnCrawler.MongoDBTargetProperty.Jsii$Proxy
An implementation for
CfnCrawler.MongoDBTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCrawler.MongoDBTargetProperty.Builder |
builder() |
default String |
getConnectionName()
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
|
default String |
getPath()
The path of the Amazon DocumentDB or MongoDB target (database/collection).
|
@Stability(value=Stable) @Nullable default String getConnectionName()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) static CfnCrawler.MongoDBTargetProperty.Builder builder()
Copyright © 2022. All rights reserved.