Command option Sample:aws cloudwatch get-dashboard

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

Displays the details of the dashboard that you specify.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudwatch/get-dashboard.html

aws cloudwatch get-dashboard --dashboard-name CloudWatchExample --query 'DashboardBody' --output text
     AWS-native monitoring using CloudWatch Dashboards // Blog about writing and managing microservices  : http://blog.envimate.com/aws-native-monitoring-using-cloudwatch-dashboards/
aws cloudwatch get-dashboard --dashboard-name test
    【新機能】CloudWatch ダッシュボードAPI | Developers.IO : http://dev.classmethod.jp/cloud/aws/cloudwatch-dashboard-api-using-awscli/

aws のオプション一覧