コマンドオプションサンプル:aws cloudwatch put-dashboard

コマンドサンプルを検索した結果です。

既存のダッシュボードがない場合はダッシュボードを作成するか、既存のダッシュボードを更新する場合はダッシュボードを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudwatch/put-dashboard.html

aws cloudwatch put-dashboard --dashboard-name TEST2 --dashboard-body file://dashbord.json
    APIを利用したCloudWatchの設定 | UNITED アドテクブログ : http://adtech-blog.united.jp/archives/790
aws cloudwatch put-dashboard
    新機能 Amazon CloudWatch ダッシュボードでの API と CloudFormation のサポート | Amazon Web Services ブログ : http://aws.amazon.com/jp/blogs/news/new-api-cloudformation-support-for-amazon-cloudwatch-dashboards/
aws cloudwatch put-dashboard --dashboard-name test --dashboard-body file://test.json
    【新機能】CloudWatch ダッシュボードAPI | Developers.IO : http://dev.classmethod.jp/cloud/aws/cloudwatch-dashboard-api-using-awscli/

aws のオプション一覧