Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.18 KB

File metadata and controls

45 lines (27 loc) · 1.18 KB

MongoDB::Atlas::FederatedDatabaseInstance Collection

Array of collections and data sources that map to a stores data store.

Syntax

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

JSON

{
    "DataSources" : [ DataSource, ... ],
    "Name" : String
}

YAML

DataSources: 
      - DataSource
Name: String

Properties

DataSources

Array that contains the data stores that map to a collection for this Atlas Data Federation.

Required: No

Type: List of DataSource

Update requires: No interruption

Name

Required: No

Type: String

Update requires: No interruption