Array that contains the data stores for the Atlas Data Federation.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{
"Name" : String,
"Provider" : String,
"ClusterName" : String,
"ProjectId" : String,
"ReadPreference" : ReadPreference
}
Name: String Provider: String ClusterName: String ProjectId: String ReadPreference: ReadPreference
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the Atlas Data Federation requires a serverless instance or an M10 or higher cluster.
Required: No
Type: String
Update requires: No interruption
Allowed values atlas, http, online_archive, s3 and DataLakeAzureBlobStore.
Required: No
Type: String
Update requires: No interruption
Human-readable label of the MongoDB Cloud cluster on which the store is based.
Required: No
Type: String
Update requires: No interruption
Unique 24-hexadecimal digit string that identifies the project.Regex ^([a-f0-9]{24})$ .
Required: No
Type: String
Update requires: No interruption
Required: No
Type: ReadPreference
Update requires: No interruption