Docs Menu
Docs Home
/ /
MongoDB Command Line Interface
/ / / / /

mongocli atlas privateEndpoints onlineArchive aws describe

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Examples

Return a specific Data Lake private endpoint for your project.

mongocli atlas privateEndpoints onlineArchive aws describe <privateEndpointId> [options]
Name
Type
Required
Description
privateEndpointId
string
true
Unique 22-character alphanumeric string that identifies the private endpoint.
Name
Type
Required
Description
-h, --help
false
help for describe
-o, --output
string
false
Output format. Valid values are json, json-path, go-template, or go-template-file.
--projectId
string
false
Project ID to use. Overrides the settings in the configuration file or environment variable.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.
This example uses the profile named "myprofile" for accessing Atlas.
$ mongocli atlas privateEndpoint dataLake aws describe vpce-abcdefg0123456789 -P myprofile

Back

delete