Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.23 KB

File metadata and controls

70 lines (42 loc) · 2.23 KB

MongoDB::Atlas::FederatedDatabaseInstance Database

Syntax

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

JSON

{
    "Collections" : [ Collection, ... ],
    "MaxWildcardCollections" : String,
    "Name" : String,
    "Views" : [ View, ... ]
}

YAML

Collections: 
      - Collection
MaxWildcardCollections: String
Name: String
Views: 
      - View

Properties

Collections

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

Required: No

Type: List of Collection

Update requires: No interruption

MaxWildcardCollections

Maximum number of wildcard collections in the database. This only applies to S3 data sources.

Required: No

Type: String

Update requires: No interruption

Name

Human-readable label that identifies the database to which the Atlas Data Federation maps data.

Required: No

Type: String

Update requires: No interruption

Views

Array of aggregation pipelines that apply to the collection. This only applies to S3 data sources.

Required: No

Type: List of View

Update requires: No interruption