AWS::Glue::Crawler MongoDBTarget - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Crawler MongoDBTarget

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ConnectionName" : String, "Path" : String }

YAML

ConnectionName: String Path: String

Properties

ConnectionName

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

Required: No

Type: String

Update requires: No interruption

Path

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

Required: No

Type: String

Update requires: No interruption