Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

Atlas privateEndpoints Amazon Web Servicesインターフェースの説明

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション
  • 出力

プロジェクトの指定されたAmazon Web Servicesプライベートエンドポイント インターフェイスの詳細を返します。

このコマンドを使用するには、ユーザーアカウントまたはプロジェクト読み取り専用ロールの API キーで認証する必要があります。

コマンド構文
atlas privateEndpoints aws interfaces describe <interfaceEndpointId> [options]
名前
タイプ
必須
説明
interfaceEndpointId
string
true
Amazon Web Services stringの プライベートエンドポイント インターフェイスを識別する一意のAmazon Web ServicesAmazon Web Services 。
名前
タイプ
必須
説明
--endpointServiceId
string
true
内のプライベートエンドポイントを識別する一意の 24 文字の英数字stringAtlas 。
-h, --help
false
説明用のヘルプ
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
--projectId
string
false
使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

ID STATUS ERROR
<InterfaceEndpointId> <ConnectionStatus> <ErrorMessage>
# Return the JSON-formatted details of the AWS private endpoint interface with the ID
vpce-00713b5e644e830a3 in AWS for an AWS private endpoint with the ID 5f4fc14da2b47835a58c63a2 in Atlas:
atlas privateEndpoints aws interfaces describe
vpce-00713b5e644e830a3 --endpointServiceId 5f4fc14da2b47835a58c63a2

戻る

削除