Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.45 KB

File metadata and controls

56 lines (33 loc) · 1.45 KB

MongoDB::Atlas::FederatedDatabaseInstance View

Syntax

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

JSON

{
    "Name" : String,
    "Pipeline" : String,
    "Source" : String
}

YAML

Name: String
Pipeline: String
Source: String

Properties

Name

Human-readable label that identifies the view, which corresponds to an aggregation pipeline on a collection.

Required: No

Type: String

Update requires: No interruption

Pipeline

Aggregation pipeline stages to apply to the source collection.

Required: No

Type: String

Update requires: No interruption

Source

Human-readable label that identifies the source collection for the view.

Required: No

Type: String

Update requires: No interruption