Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.23 KB

File metadata and controls

46 lines (27 loc) · 1.23 KB

MongoDB::Atlas::FederatedDatabaseInstance DataProcessRegion

Information about the cloud provider region to which the Atlas Data Federation routes client connections. MongoDB Cloud supports AWS only.

Syntax

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

JSON

{
    "CloudProvider" : String,
    "Region" : String
}

YAML

CloudProvider: String
Region: String

Properties

CloudProvider

Name of the cloud service that hosts the Atlas Data Federation data stores.

Required: No

Type: String

Update requires: No interruption

Region

Name of the region to which the Atlas Data Federation routes client connections.

Required: Yes

Type: String

Update requires: No interruption