import boto3 client = boto3.client('cloudwatch') response = client.get_dashboard() print(response)