mongocli atlas dataLakes create
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Create a new data lake for your project.
Syntax
mongocli atlas dataLakes create <name> [options]
Arguments
Name | Type | Required | Description |
---|---|---|---|
name | string | false | Name of the Atlas Data Lake to create. |
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for create | |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--role | string | true | Amazon Resource Name (ARN) of the role which Atlas Data Lake uses for accessing the data stores. |
--testBucket | string | true | Name of an S3 data bucket which Data Lake uses to validate the provided role. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |