Atlas Streams 接続作成
Atlas Stream Processing インスタンスの接続を作成します。
このコマンドを使用するには、プロジェクト オーナーのユーザー アカウントまたは API キーで認証する必要があります。
構文
コマンド構文
atlas streams connections create [connectionName] [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
connectionName | string | false | 接続名 |
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-f, --file | string | true | Atlas Stream Processing 接続を定義する JSON 構成ファイルへのパス。 |
-h, --help | false | 作成用ヘルプ | |
-i, --instance | string | true | Atlas Stream Processing インスタンスの名前。 |
-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 は次のサンプルのような出力を返します。 括弧内の値は 値を表します。
Connection <Name> created.
例
# create a new connection for Atlas Stream Processing: atlas streams connection create kafkaprod -i test01 -f kafkaConfig.json
# create a new connection using the name from a cluster configuration file atlas streams connection create -i test01 -f clusterConfig.json