翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWS IoT Events クレーンモニタリングの入力
この例では、 を使用してクレーンモニタリングシステムの入力を設定する方法を示します AWS IoT Events。圧力と温度の入力をキャプチャして、複雑な産業機器モニタリングの入力を構造化する方法を示します。
ファイル: pressureInput.json
{ "inputName": "PressureInput", "inputDescription": "this is a pressure input description", "inputDefinition": { "attributes": [ {"jsonPath": "pressure"} ] } }
ファイル: temperatureInput.json
{ "inputName": "TemperatureInput", "inputDescription": "this is temperature input description", "inputDefinition": { "attributes": [ {"jsonPath": "temperature"} ] } }