Skip to content

Commit f4d757e

Browse files
authored
chore: Remove all occurrences of data lake (#1474)
1 parent c86b2e6 commit f4d757e

35 files changed

+51
-968
lines changed

cfn-resources/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Note these are also hosted on AWS CloudFormation Public Registry under Third Par
3232
| online-archive | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/online-archive/online-archive.json) | [./online-archive/test](./online-archive/test) |
3333
| org-invitation | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/org-invitation/org-invitation.json) | [./org-invitation/test](./org-invitation/test) |
3434
| private-endpoint | ![Build](https://img.shields.io/badge/Deprecated-red) | [example](../examples/private-endpoint/privateEndpoint.json) | [./private-endpoint/test](./private-endpoint/test) |
35-
| private-endpoint-adl | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/private-endpoint-adl/endpoint-adl.json) | [./private-endpoint-adl/test](./private-endpoint-adl/test) |
3635
| private-endpoint-regional-mode | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/private-endpoint-regional-mode/privateEndpointRegionalMode.json) | [./private-endpoint-regional-mode/test](./private-endpoint-regional-mode/test) |
3736
| project | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/project/project.json) | [./project/test](./project/test) |
3837
| project-invitation | ![Build](https://img.shields.io/badge/GA-green) | [example](../examples/project-invitation/project-invitation.json) | [./project-invitation/test](./project-invitation/test) |

cfn-resources/database-user/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
162162

163163
#### Scopes
164164

165-
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.
165+
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.
166166

167167
_Required_: No
168168

@@ -172,8 +172,8 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
172172

173173
#### Username
174174

175-
Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatabaseuser
176-
175+
Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Database-Users/operation/createDatabaseUser for details.
176+
177177
_Required_: Yes
178178

179179
_Type_: String

cfn-resources/database-user/mongodb-atlas-databaseuser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"uniqueItems": true
139139
},
140140
"Scopes": {
141-
"description": "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.",
141+
"description": "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.",
142142
"items": {
143143
"$ref": "#/definitions/scopeDefinition"
144144
},

cfn-resources/federated-database-instance/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Properties:
4141

4242
#### CloudProviderConfig
4343

44-
Cloud provider linked to this data lake..
44+
Cloud provider linked to this Atlas Data Federation.
4545

4646
_Required_: No
4747

@@ -51,7 +51,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
5151

5252
#### DataProcessRegion
5353

54-
Information about the cloud provider region to which the data lake routes client connections. MongoDB Cloud supports AWS only.
54+
Information about the cloud provider region to which the Atlas Data Federation routes client connections. MongoDB Cloud supports AWS only.
5555

5656
_Required_: No
5757

cfn-resources/federated-database-instance/docs/cloudproviderconfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MongoDB::Atlas::FederatedDatabaseInstance CloudProviderConfig
22

3-
Cloud provider linked to this data lake..
3+
Cloud provider linked to this Atlas Data Federation.
44

55
## Syntax
66

@@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2626

2727
#### RoleId
2828

29-
Unique identifier of the role that the data lake can use to access the data stores.Required if specifying cloudProviderConfig.
29+
Unique identifier of the role that the Atlas Data Federation can use to access the data stores.Required if specifying cloudProviderConfig.
3030

3131
_Required_: No
3232

cfn-resources/federated-database-instance/docs/collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2727

2828
#### DataSources
2929

30-
Array that contains the data stores that map to a collection for this data lake.
30+
Array that contains the data stores that map to a collection for this Atlas Data Federation.
3131

3232
_Required_: No
3333

cfn-resources/federated-database-instance/docs/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
5050

5151
#### Name
5252

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

5555
_Required_: No
5656

cfn-resources/federated-database-instance/docs/dataprocessregion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MongoDB::Atlas::FederatedDatabaseInstance DataProcessRegion
22

3-
Information about the cloud provider region to which the data lake routes client connections. MongoDB Cloud supports AWS only.
3+
Information about the cloud provider region to which the Atlas Data Federation routes client connections. MongoDB Cloud supports AWS only.
44

55
## Syntax
66

@@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2626

2727
#### CloudProvider
2828

29-
Name of the cloud service that hosts the data lake's data stores.
29+
Name of the cloud service that hosts the Atlas Data Federation data stores.
3030

3131
_Required_: No
3232

@@ -36,7 +36,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
3636

3737
#### Region
3838

39-
Name of the region to which the data lake routes client connections.
39+
Name of the region to which the Atlas Data Federation routes client connections.
4040

4141
_Required_: Yes
4242

cfn-resources/federated-database-instance/docs/datasource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
127127

128128
#### Urls
129129

130-
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.
130+
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.
131131

132132
_Required_: No
133133

0 commit comments

Comments
 (0)