Command option Sample:aws iot create-topic-rule

Search command sample in the internet.It is the result.

Creates a rule.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iot/create-topic-rule.html

aws iot create-topic-rule --rule-name invokelambda --topic-rule-payload file://path-to-file/lambdarule Invoke the rule by publishing an MQTT message on the topic/test topic using the mosquitto_pub command: mosquitto_pub --cafile rootca.pem --cert cert.pem --key thing-private-key.pem -h account-specific-endpoint -p q 1 -d -t topic/test -i clientid2 -m
    AWS IoT (Beta) Developer Guide - PDF : http://docplayer.net/5049643-Aws-iot-beta-developer-guide.html
aws iot create-topic-rule --rule-name my-rule --topic-rule-payload file://my-rule.json
    Rules for AWS IoT - AWS IoT : http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html
aws iot create-topic-rule --rule-name my-rule --topic-rule-payload file://my-rule.json
    AWS IoT Developer Guide - PDF Free Download : http://edoc.site/aws-iot-developer-guide-pdf-free.html
aws iot create-topic-rule --rule-name invokeLambda --topic-rule-payload file://path-to-file/lambda-rule.json

    learn-aws-iot/README.md at master 揃 dwyl/learn-aws-iot 揃 GitHub : http://github.com/dwyl/learn-aws-iot/blob/master/README.md
aws iot create-topic-rule --rule-name invokeLambda --topic-rule-payload file://path-to-file/lambda-rule.json

    AWS-IoT Tutorial – IoT-Point : http://iotpoint.wordpress.com/aws-iot-tutorial/
aws iot create-topic-rule --rule-name my-rule --topic-rule-payload file://myrule.json
    json - Aws Iot create rule error while creating new rule - Stack Overflow : http://stackoverflow.com/questions/37277525/aws-iot-create-rule-error-while-creating-new-rule
aws iot create-topic-rule --rule-name my-rule --topic-rule-payload file://my-rule.json
    AWS IoT - Developer Guide IoT Developer Guide AWS IoT Components What Is AWS IoT? AWS IoT provides secure, bi-directional communication between Internet-connected devices such as - [PDF Document] : http://vdocuments.mx/aws-iot-developer-guide-iot-developer-guide-aws-iot-components-what-is-aws-iot.html
aws iot create-topic-rule --rule-name my-rule --topic-rule-payload file://my-rule.json
    EMnify IoT Labs: AWS IoT + EMnify Enterprise Connect = Cloud Services at Work : http://www.emnify.com/blog/2016/01/07/emnify-iot-labs-aws-iot-emnify-enterprise-connect-cloud-services-at-work
aws iot create-topic-rule --rule-name
    AWS IoT and Beehives - Hackster.io : http://www.hackster.io/bees/aws-iot-and-beehives-c59fff
aws iot create-topic-rule --r..." target="_blank">
    AWS IoT introduction : http://www.slideshare.net/chenghanTsai1/aws-iot-introduction

aws のオプション一覧