Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.34 KB

File metadata and controls

48 lines (29 loc) · 1.34 KB

MongoDB::Atlas::FederatedDatabaseInstance Storage

Configuration information for each data store and its mapping to MongoDB Cloud databases.

Syntax

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

JSON

{
    "Databases" : [ Database, ... ],
    "Stores" : [ Store, ... ]
}

YAML

Databases: 
      - Database
Stores: 
      - Store

Properties

Databases

Array that contains the queryable databases and collections for this Atlas Data Federation.

Required: No

Type: List of Database

Update requires: No interruption

Stores

Array that contains the data stores for the Atlas Data Federation.

Required: No

Type: List of Store

Update requires: No interruption