aws-cdk-lib.aws_glue.CfnCrawler.MongoDBTargetProperty

interface MongoDBTargetProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnCrawler.MongoDBTargetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnCrawler_MongoDBTargetProperty
Javasoftware.amazon.awscdk.services.glue.CfnCrawler.MongoDBTargetProperty
Pythonaws_cdk.aws_glue.CfnCrawler.MongoDBTargetProperty
TypeScript aws-cdk-lib » aws_glue » CfnCrawler » MongoDBTargetProperty

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 { aws_glue as glue } from 'aws-cdk-lib';
const mongoDBTargetProperty: glue.CfnCrawler.MongoDBTargetProperty = {
  connectionName: 'connectionName',
  path: 'path',
};

Properties

NameTypeDescription
connectionName?stringThe name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
path?stringThe path of the Amazon DocumentDB or MongoDB target (database/collection).

connectionName?

Type: string (optional)

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.


path?

Type: string (optional)

The path of the Amazon DocumentDB or MongoDB target (database/collection).