You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ L1 constructs are called Cfn (short for CloudFormation) resources. These resourc
32
32
| online-archive | Returns, adds, edits, or removes an online archive. |[README.md](l1-resources/online-archive/README.md)||
33
33
| org-invitation | Returns, adds, and edits organizational units in MongoDB Cloud. |[README.md](l1-resources/org-invitation/README.md)|
34
34
| private-endpoint | The Private Endpoint creation flow consists of the creation of three related resources in the next order: 1. Atlas Private Endpoint Service 2. Aws VPC private Endpoint 3. Atlas Private Endpoint |[README.md](l1-resources/private-endpoint/README.md)|
35
-
| private-endpoint-adl | Adds one private endpoint for Federated Database Instances and Online Archives to the specified projects. To use this resource, the requesting API Key must have the Project Atlas Admin or Project Charts Admin roles. This resource doesn't require the API Key to have an Access List. |[README.md](l1-resources/private-endpoint-adl/README.md)|
36
35
| private-endpoint-regional-mode | This resource manages the private enpoint regional mode. |[README.md](l1-resources/private-endpoint-regional-mode/README.md)|
37
36
| project | Retrieves or creates projects in any given Atlas organization. |[README.md](l1-resources/project/README.md)|
* List that contains clusters and MongoDB Atlas Data Lakes that this database user can access. If omitted, MongoDB Cloud grants the database user access to all the clusters and MongoDB Atlas Data Lakes in the project.
82
+
* List that contains clusters and MongoDB Atlas Data Federation that this database user can access. If omitted, MongoDB Cloud grants the database user access to all the clusters and MongoDB Atlas Data Federation in the project.
@@ -86,34 +86,34 @@ export function toJson_CfnFederatedDatabaseInstanceProps(
86
86
/* eslint-enable max-len, quote-props */
87
87
88
88
/**
89
-
* Cloud provider linked to this data lake..
89
+
* Cloud provider linked to this Atlas Data Federation.
90
90
*
91
91
* @schema CloudProviderConfig
92
92
*/
93
93
exportinterfaceCloudProviderConfig{
94
94
/**
95
-
* Unique identifier of the role that the data lake can use to access the data stores.Required if specifying cloudProviderConfig.
95
+
* Unique identifier of the role that the Atlas Data Federation can use to access the data stores.Required if specifying cloudProviderConfig.
96
96
*
97
97
* @schema CloudProviderConfig#ExternalId
98
98
*/
99
99
readonlyexternalId?: string;
100
100
101
101
/**
102
-
* Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the data lake assumes when accessing data stores.
102
+
* Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the Atlas Data Federation assumes when accessing data stores.
103
103
*
104
104
* @schema CloudProviderConfig#IamAssumedRoleARN
105
105
*/
106
106
readonlyiamAssumedRoleArn?: string;
107
107
108
108
/**
109
-
* Amazon Resource Name (ARN) of the user that the data lake assumes when accessing data stores.
109
+
* Amazon Resource Name (ARN) of the user that the Atlas Data Federation assumes when accessing data stores.
110
110
*
111
111
* @schema CloudProviderConfig#IamUserARN
112
112
*/
113
113
readonlyiamUserArn?: string;
114
114
115
115
/**
116
-
* Unique identifier of the role that the data lake can use to access the data stores.Required if specifying cloudProviderConfig.
116
+
* Unique identifier of the role that the Atlas Data Federation can use to access the data stores.Required if specifying cloudProviderConfig.
117
117
*
118
118
* @schema CloudProviderConfig#RoleId
119
119
*/
@@ -153,20 +153,20 @@ export function toJson_CloudProviderConfig(
153
153
/* eslint-enable max-len, quote-props */
154
154
155
155
/**
156
-
* Information about the cloud provider region to which the data lake routes client connections. MongoDB Cloud supports AWS only.
156
+
* Information about the cloud provider region to which the Atlas Data Federation routes client connections. MongoDB Cloud supports AWS only.
157
157
*
158
158
* @schema DataProcessRegion
159
159
*/
160
160
exportinterfaceDataProcessRegion{
161
161
/**
162
-
* Name of the cloud service that hosts the data lake's data stores.
162
+
* Name of the cloud service that hosts the Atlas Data Federation data stores.
163
163
*
164
164
* @schema DataProcessRegion#CloudProvider
165
165
*/
166
166
readonlycloudProvider?: string;
167
167
168
168
/**
169
-
* Name of the region to which the data lake routes client connections.
169
+
* Name of the region to which the Atlas Data Federation routes client connections.
170
170
*
171
171
* @schema DataProcessRegion#Region
172
172
*/
@@ -202,14 +202,14 @@ export function toJson_DataProcessRegion(
202
202
*/
203
203
exportinterfaceStorage{
204
204
/**
205
-
* Array that contains the queryable databases and collections for this data lake.
205
+
* Array that contains the queryable databases and collections for this Atlas Data Federation.
206
206
*
207
207
* @schema Storage#Databases
208
208
*/
209
209
readonlydatabases?: Database[];
210
210
211
211
/**
212
-
* Array that contains the data stores for the data lake.
212
+
* Array that contains the data stores for the Atlas Data Federation.
213
213
*
214
214
* @schema Storage#Stores
215
215
*/
@@ -257,7 +257,7 @@ export interface Database {
257
257
readonlymaxWildcardCollections?: string;
258
258
259
259
/**
260
-
* Human-readable label that identifies the database to which the data lake maps data.
260
+
* Human-readable label that identifies the database to which the Atlas Data Federation maps data.
261
261
*
262
262
* @schema Database#Name
263
263
*/
@@ -296,13 +296,13 @@ export function toJson_Database(
296
296
/* eslint-enable max-len, quote-props */
297
297
298
298
/**
299
-
* Array that contains the data stores for the data lake.
299
+
* Array that contains the data stores for the Atlas Data Federation.
300
300
*
301
301
* @schema Store
302
302
*/
303
303
exportinterfaceStore{
304
304
/**
305
-
* 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 data lake requires a serverless instance or an M10 or higher cluster.
305
+
* 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.
306
306
*
307
307
* @schema Store#Name
308
308
*/
@@ -369,7 +369,7 @@ export function toJson_Store(
369
369
*/
370
370
exportinterfaceCollection{
371
371
/**
372
-
* Array that contains the data stores that map to a collection for this data lake.
372
+
* Array that contains the data stores that map to a collection for this Atlas Data Federation.
* List that contains tag sets or tag specification documents. If specified, Atlas Data Lake routes read requests to replica set member or members that are associated with the specified tags.
475
+
* List that contains tag sets or tag specification documents. If specified, Atlas Data Federation routes read requests to replica set member or members that are associated with the specified tags.
476
476
*
477
477
* @schema ReadPreference#TagSets
478
478
*/
@@ -570,7 +570,7 @@ export interface DataSource {
570
570
readonlystoreName?: string;
571
571
572
572
/**
573
-
* URLs of the publicly accessible data files. You can't specify URLs that require authentication. Atlas Data Lake creates a partition for each URL. If empty or omitted, Data Lake uses the URLs from the store specified in the dataSources.storeName parameter.
573
+
* URLs of the publicly accessible data files. You can't specify URLs that require authentication. Atlas Data Federation creates a partition for each URL. If empty or omitted, Data Federation uses the URLs from the store specified in the dataSources.storeName parameter.
0 commit comments