az iot hub message-endpoint create
Note
このリファレンスは、Azure CLI (バージョン 2.67.0 以降) の azure-iot 拡張機能の一部です。 拡張機能は、az iot hub message-endpoint create コマンドを初めて実行すると、自動的にインストールされます。 拡張機能の詳細については、 を参照してください。
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub にエンドポイントを追加します。
コマンド
| 名前 | 説明 | 型 | 状態 |
|---|---|---|---|
| az iot hub message-endpoint create cosmosdb-container |
IoT Hub の Cosmos DB コンテナー エンドポイントを追加します。 |
Extension | Preview |
| az iot hub message-endpoint create eventhub |
IoT Hub のイベント ハブ エンドポイントを追加します。 |
Extension | Preview |
| az iot hub message-endpoint create servicebus-queue |
IoT Hub の Service Bus キュー エンドポイントを追加します。 |
Extension | Preview |
| az iot hub message-endpoint create servicebus-topic |
IoT Hub の Service Bus トピック エンドポイントを追加します。 |
Extension | Preview |
| az iot hub message-endpoint create storage-container |
IoT Hub のストレージ コンテナー エンドポイントを追加します。 |
Extension | Preview |
az iot hub message-endpoint create cosmosdb-container
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub の Cosmos DB コンテナー エンドポイントを追加します。
az iot hub message-endpoint create cosmosdb-container --container --container-name
--database-name --db
--en --endpoint --endpoint-name
[--connection-string]
[--endpoint-account]
[--endpoint-resource-group --erg]
[--endpoint-subscription-id]
[--endpoint-uri]
[--hub-name]
[--identity]
[--ids]
[--partition-key-name --pkn]
[--partition-key-template --pkt]
[--pk --primary-key]
[--resource-group]
[--secondary-key --sk]
[--subscription]
例
IoT Hub のキーベースの Cosmos DB コンテナー エンドポイントを作成します。
az iot hub message-endpoint create cosmosdb-container -n {iothub_name} --en {endpoint_name} --container {container} --db {database} --endpoint-account {account_name}
接続文字列を使用して、IoT Hub の Cosmos DB コンテナー エンドポイントを作成します。
az iot hub message-endpoint create cosmosdb-container -n {iothub_name} --en {endpoint_name} -c {connection_string} --container {container} --db {database}
指定した主キーとエンドポイント URI を使用して、IoT Hub の Cosmos DB コンテナー エンドポイントを作成します。
az iot hub message-endpoint create cosmosdb-container -n {iothub_name} --en {endpoint_name} --pk {primary_key} --endpoint-uri {endpoint_uri} --container {container} --db {database}
システム割り当て ID とパーティション キー名を使用して、IoT Hub の Cosmos DB コンテナー エンドポイントを作成します。 パーティション キー テンプレートが既定になります。
az iot hub message-endpoint create cosmosdb-container -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --container {container} --db {database} --pkn {partition_key_name} --identity [system]
ユーザー割り当て ID、パーティション キー名、パーティション キー テンプレートを使用して、IoT Hub の Cosmos DB コンテナー エンドポイントを作成します。
az iot hub message-endpoint create cosmosdb-container -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --container {container} --db {database} --pkn {partition_key_name} --pkt {partition_key_template} --identity {user_identity_resource_id}
必須のパラメーター
Cosmos DB データベース内の Cosmos DB SQL コンテナーの名前。
Cosmos DB アカウント内の Cosmos DB データベースの名前。
ルーティング エンドポイントの名前。
オプションのパラメーター
次のパラメーターは省略可能ですが、コマンドを正常に実行するには、状況に応じて 1 つ以上が必要になる場合があります。
ルーティング エンドポイントの接続文字列。
エンドポイント リソースのアカウント名。
エンドポイントのリソース グループが再リソース化されます。 指定しない場合は、IoT Hub のリソース グループが使用されます。
エンドポイント リソースのサブスクリプション ID。 指定しない場合は、IoT Hub のサブスクリプションが使用されます。
エンドポイント リソースの URI。
IoT Hub 名。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
エンドポイント認証には、システム割り当てマネージド ID またはユーザー割り当てマネージド ID を使用します。 "[system]" を使用して、システム割り当て ID またはリソース ID を参照し、ユーザー割り当て ID を参照します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
この Cosmos DB SQL コンテナーに関連付けられているパーティション キーの名前 (存在する場合)。
この Cosmos DB SQL コンテナーで使用する合成パーティション キー値を生成するためのテンプレート。 テンプレートには、{iothub}、{deviceid}、{DD}、{MM}、{YYYY} のいずれかのプレースホルダーが少なくとも 1 つ含まれている必要があります。 1 つのプレースホルダーは最大で 1 回指定できますが、順序とプレースホルダー以外のコンポーネントは任意です。 パーティション キー名が指定されている場合、パーティション キー テンプレートの既定値は {deviceid}-{YYYY}-{MM} です。
Cosmos DB アカウントの主キー。
リソース グループの名前。
az configure --defaults group=<name>を使用して既定のグループを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
Cosmos DB アカウントのセカンダリ キー。
サブスクリプションの名前または ID。
az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
出力フォーマット。
| プロパティ | 値 |
|---|---|
| 規定値: | json |
| 指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
az iot hub message-endpoint create eventhub
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub のイベント ハブ エンドポイントを追加します。
az iot hub message-endpoint create eventhub --en --endpoint --endpoint-name
[--connection-string]
[--endpoint-namespace-name --namespace]
[--endpoint-policy-name --policy]
[--endpoint-resource-group --erg]
[--endpoint-subscription-id]
[--endpoint-uri]
[--entity-path]
[--hub-name]
[--identity]
[--ids]
[--resource-group]
[--subscription]
例
IoT Hub のキーベースのイベント ハブ エンドポイントを作成します。
az iot hub message-endpoint create eventhub -n {iothub_name} --en {endpoint_name} --namespace {namespace_name} --entity-path {entity_path} --policy {policy_name}
接続文字列を使用して IoT Hub のイベント ハブ エンドポイントを作成します。 エンドポイント URI とエンティティ パスは省略されます。
az iot hub message-endpoint create eventhub -n {iothub_name} --en {endpoint_name} -c {connection_string}
システム割り当て ID を使用して、IoT Hub のイベント ハブ エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create eventhub -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity [system]
ユーザー割り当て ID を使用して、IoT Hub のイベント ハブ エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create eventhub -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity {user_identity_resource_id}
必須のパラメーター
ルーティング エンドポイントの名前。
オプションのパラメーター
次のパラメーターは省略可能ですが、コマンドを正常に実行するには、状況に応じて 1 つ以上が必要になる場合があります。
ルーティング エンドポイントの接続文字列。
エンドポイント リソースの名前空間名。
接続文字列を取得するためのポリシー名。
エンドポイントのリソース グループが再リソース化されます。 指定しない場合は、IoT Hub のリソース グループが使用されます。
エンドポイント リソースのサブスクリプション ID。 指定しない場合は、IoT Hub のサブスクリプションが使用されます。
エンドポイント リソースの URI。
エンドポイント リソースのエンティティ パス。
IoT Hub 名。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
エンドポイント認証には、システム割り当てマネージド ID またはユーザー割り当てマネージド ID を使用します。 "[system]" を使用して、システム割り当て ID またはリソース ID を参照し、ユーザー割り当て ID を参照します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>を使用して既定のグループを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
出力フォーマット。
| プロパティ | 値 |
|---|---|
| 規定値: | json |
| 指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
az iot hub message-endpoint create servicebus-queue
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub の Service Bus キュー エンドポイントを追加します。
az iot hub message-endpoint create servicebus-queue --en --endpoint --endpoint-name
[--connection-string]
[--endpoint-namespace-name --namespace]
[--endpoint-policy-name --policy]
[--endpoint-resource-group --erg]
[--endpoint-subscription-id]
[--endpoint-uri]
[--entity-path]
[--hub-name]
[--identity]
[--ids]
[--resource-group]
[--subscription]
例
IoT Hub のキーベースの Service Bus キュー エンドポイントを作成します。
az iot hub message-endpoint create servicebus-queue -n {iothub_name} --en {endpoint_name} --namespace {namespace_name} --entity-path {entity_path} --policy {policy_name}
接続文字列を使用して、IoT Hub の Service Bus キュー エンドポイントを作成します。 エンドポイント URI とエンティティ パスは省略されます。
az iot hub message-endpoint create servicebus-queue -n {iothub_name} --en {endpoint_name} -c {connection_string}
システム割り当て ID を使用して、IoT Hub の Service Bus キュー エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create servicebus-queue -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity [system]
ユーザー割り当て ID を使用して、IoT Hub の Service Bus キュー エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create servicebus-queue -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity {user_identity_resource_id}
必須のパラメーター
ルーティング エンドポイントの名前。
オプションのパラメーター
次のパラメーターは省略可能ですが、コマンドを正常に実行するには、状況に応じて 1 つ以上が必要になる場合があります。
ルーティング エンドポイントの接続文字列。
エンドポイント リソースの名前空間名。
接続文字列を取得するためのポリシー名。
エンドポイントのリソース グループが再リソース化されます。 指定しない場合は、IoT Hub のリソース グループが使用されます。
エンドポイント リソースのサブスクリプション ID。 指定しない場合は、IoT Hub のサブスクリプションが使用されます。
エンドポイント リソースの URI。
エンドポイント リソースのエンティティ パス。
IoT Hub 名。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
エンドポイント認証には、システム割り当てマネージド ID またはユーザー割り当てマネージド ID を使用します。 "[system]" を使用して、システム割り当て ID またはリソース ID を参照し、ユーザー割り当て ID を参照します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>を使用して既定のグループを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
出力フォーマット。
| プロパティ | 値 |
|---|---|
| 規定値: | json |
| 指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
az iot hub message-endpoint create servicebus-topic
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub の Service Bus トピック エンドポイントを追加します。
az iot hub message-endpoint create servicebus-topic --en --endpoint --endpoint-name
[--connection-string]
[--endpoint-namespace-name --namespace]
[--endpoint-policy-name --policy]
[--endpoint-resource-group --erg]
[--endpoint-subscription-id]
[--endpoint-uri]
[--entity-path]
[--hub-name]
[--identity]
[--ids]
[--resource-group]
[--subscription]
例
IoT Hub のキーベースの Service Bus トピック エンドポイントを作成します。
az iot hub message-endpoint create servicebus-topic -n {iothub_name} --en {endpoint_name} --namespace {namespace_name} --entity-path {entity_path} --policy {policy_name}
接続文字列を使用して、IoT Hub の Service Bus トピック エンドポイントを作成します。 エンドポイント URI とエンティティ パスは省略されます。
az iot hub message-endpoint create servicebus-topic -n {iothub_name} --en {endpoint_name} -c {connection_string}
システム割り当て ID を使用して、IoT Hub の Service Bus トピック エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create servicebus-topic -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity [system]
ユーザー割り当て ID を使用して、IoT Hub の Service Bus トピック エンドポイントを作成します。 エンドポイントとエンティティのパスを指定する必要があります。
az iot hub message-endpoint create servicebus-topic -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --entity-path {entity_path} --identity {user_identity_resource_id}
必須のパラメーター
ルーティング エンドポイントの名前。
オプションのパラメーター
次のパラメーターは省略可能ですが、コマンドを正常に実行するには、状況に応じて 1 つ以上が必要になる場合があります。
ルーティング エンドポイントの接続文字列。
エンドポイント リソースの名前空間名。
接続文字列を取得するためのポリシー名。
エンドポイントのリソース グループが再リソース化されます。 指定しない場合は、IoT Hub のリソース グループが使用されます。
エンドポイント リソースのサブスクリプション ID。 指定しない場合は、IoT Hub のサブスクリプションが使用されます。
エンドポイント リソースの URI。
エンドポイント リソースのエンティティ パス。
IoT Hub 名。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
エンドポイント認証には、システム割り当てマネージド ID またはユーザー割り当てマネージド ID を使用します。 "[system]" を使用して、システム割り当て ID またはリソース ID を参照し、ユーザー割り当て ID を参照します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>を使用して既定のグループを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
出力フォーマット。
| プロパティ | 値 |
|---|---|
| 規定値: | json |
| 指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
az iot hub message-endpoint create storage-container
コマンド グループ "iot hub message-endpoint" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
IoT Hub のストレージ コンテナー エンドポイントを追加します。
az iot hub message-endpoint create storage-container --container --container-name
--en --endpoint --endpoint-name
[--batch-frequency]
[--chunk-size]
[--connection-string]
[--encoding {avro, json}]
[--endpoint-account]
[--endpoint-resource-group --erg]
[--endpoint-subscription-id]
[--endpoint-uri]
[--ff --file-name-format]
[--hub-name]
[--identity]
[--ids]
[--resource-group]
[--subscription]
例
IoT Hub のキーベースのストレージ コンテナー エンドポイントを作成します。
az iot hub message-endpoint create storage-container -n {iothub_name} --en {endpoint_name} --container {container_name} --endpoint-account {account_name}
接続文字列を使用して IoT Hub のストレージ コンテナー エンドポイントを作成します。 エンドポイント URI は省略されます。
az iot hub message-endpoint create storage-container -n {iothub_name} --en {endpoint_name} -c {connection_string} --container {container_name}
指定されたバッチ頻度、チャンク サイズ、およびファイル名形式でシステム割り当て ID を使用して、IoT Hub のストレージ コンテナー エンドポイントを作成します。 エンドポイントを指定する必要があります。
az iot hub message-endpoint create storage-container -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --container {container_name} -b {batch_frequency} -w {chunk_size} --ff {file_format} --identity [system]
ユーザー割り当て ID と json エンコードを使用して、IoT Hub のストレージ コンテナー エンドポイントを作成します。 エンドポイントを指定する必要があります。
az iot hub message-endpoint create storage-container -n {iothub_name} --en {endpoint_name} --endpoint-uri {endpoint_uri} --container {container_name} --encoding json --identity {user_identity_resource_id}
必須のパラメーター
ストレージ コンテナーの名前。
ルーティング エンドポイントの名前。
オプションのパラメーター
次のパラメーターは省略可能ですが、コマンドを正常に実行するには、状況に応じて 1 つ以上が必要になる場合があります。
バッチの頻度を秒単位で要求します。 データが BLOB に書き込まれるまでの最大時間 (60 ~ 720 秒)。
| プロパティ | 値 |
|---|---|
| 規定値: | 300 |
要求チャンク サイズ (MB 単位)。 BLOB の最大サイズ (10 ~ 500 MB)。
| プロパティ | 値 |
|---|---|
| 規定値: | 300 |
ルーティング エンドポイントの接続文字列。
コンテナーのエンコード形式。
| プロパティ | 値 |
|---|---|
| 規定値: | avro |
| 指定可能な値: | avro, json |
エンドポイント リソースのアカウント名。
エンドポイントのリソース グループが再リソース化されます。 指定しない場合は、IoT Hub のリソース グループが使用されます。
エンドポイント リソースのサブスクリプション ID。 指定しない場合は、IoT Hub のサブスクリプションが使用されます。
エンドポイント リソースの URI。
BLOB のファイル名の形式。 ファイル名の形式には、{iothub}、{partition}、{YYYY}、{MM}、{DD}、{HH} および {mm} フィールドが含まれている必要があります。 すべてのパラメーターは必須ですが、区切り記号の有無にかかわらず並べ替えることができます。
| プロパティ | 値 |
|---|---|
| 規定値: | {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm} |
IoT Hub 名。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
エンドポイント認証には、システム割り当てマネージド ID またはユーザー割り当てマネージド ID を使用します。 "[system]" を使用して、システム割り当て ID またはリソース ID を参照し、ユーザー割り当て ID を参照します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>を使用して既定のグループを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。
| プロパティ | 値 |
|---|---|
| パラメーター グループ: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |
出力フォーマット。
| プロパティ | 値 |
|---|---|
| 規定値: | json |
| 指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
| プロパティ | 値 |
|---|---|
| 規定値: | False |