Skip to content

Commit bbcd9f1

Browse files
authored
Merge pull request #143 from steveren/DOCSP-11128
2 parents 3cb73a1 + db62331 commit bbcd9f1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

source/includes/atlas-datalake-output-fields.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* - ``cloudProviderConfig.<provider>``
1515
- object
1616
- Name of the provider of the cloud service where {+data-lake-short+}
17-
can access the S3 Bucket data stores.
17+
can access the |s3| Bucket data stores.
1818

1919
{+data-lake-short+} only supports ``AWS``.
2020

@@ -38,10 +38,10 @@
3838

3939
* - ``dataProcessRegion``
4040
- Optional
41-
- The cloud provider region to which {+data-lake+} routes
41+
- Cloud provider region to which {+data-lake+} routes
4242
client connections for data processing.
4343

44-
If ``null``, the {+data-lake+} routes client connections to the
44+
If ``null``, {+data-lake+} routes client connections to the
4545
region nearest to the client based on DNS resolution.
4646

4747
* - ``dataProcessRegion.cloudProvider``
@@ -66,11 +66,11 @@
6666

6767
* - ``groupId``
6868
- string
69-
- The unique identifier for the project.
69+
- Unique identifier of the project.
7070

7171
* - ``hostnames``
7272
- array
73-
- The list of hostnames assigned to the {+data-lake+}. Each string
73+
- List of hostnames assigned to the {+data-lake+}. Each string
7474
in the array is a hostname assigned to the {+data-lake+}.
7575

7676
* - ``name``
@@ -83,11 +83,11 @@
8383

8484
- ``ACTIVE`` - The {+data-lake-short+} is active and
8585
verified. You can query the
86-
{+data-lake-stores+} associated to the {+data-lake+}.
86+
{+data-lake-stores+} associated with the {+data-lake+}.
8787

8888
- ``UNVERIFIED`` - The {+data-lake+} has an incomplete
8989
configuration *or* the provided credentials do not grant
90-
the access to the {+data-lake-stores+}.
90+
access to the {+data-lake-stores+}.
9191

9292
For |aws| specifically, the
9393
provided ``cloudProviderConfig.aws.iamAssumedRoleARN``

source/reference/atlas/datalake-list.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ mongocli atlas datalake list
1414

1515
The ``datalake list`` command retrieves all the
1616
`Data Lakes <https://docs.mongodb.com/datalake/>`__ associated with the
17-
specified |service| project. You can also retrieve all the Data Lakes through
17+
specified |service| project. You can also retrieve all the {+data-lake+}\s through
1818
the `Data Lake API
19-
<https://docs.mongodb.com/datalake/reference/api/dataLakes-get-all-tenants>`__.
19+
<https://docs.mongodb.com/datalake/reference/api/dataLakes-get-all-tenants>`__
20+
or with the |service| UI by selecting :guilabel:`Data Lake` from the left-side
21+
navigation.
2022

2123
.. _datalake-list-syntax:
2224

@@ -83,13 +85,13 @@ Examples
8385
--------
8486

8587
The following example uses the ``mongocli atlas datalake list`` command
86-
to retrieve the list of Data Lakes in the specified project. It
88+
to retrieve the list of {+data-lake+}\s in the specified project. It
8789
uses the {+default-profile+} to access the project.
8890

8991
.. code-block:: text
9092
:copyable: false
9193

92-
mongocli atlas cluster list --projectId 5e2211c17a3e5a48f5497de3
94+
mongocli atlas datalake list --projectId 5e2211c17a3e5a48f5497de3
9395

9496
The previous command prints the following fields in |json| format to
9597
the terminal. To learn more about these fields, see

0 commit comments

Comments
 (0)