AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudWatch::Dashboard

CloudWatch Dashboard

Resource Type definition for AWS::CloudWatch::Dashboard

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DashboardBody
string
Required
DashboardName
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudWatch::Dashboard

Resources:
  MyResource:
    Type: AWS::CloudWatch::Dashboard
    Properties:
      DashboardBody: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudwatch:PutDashboardcloudwatch:GetDashboard

read

cloudwatch:GetDashboard

update

cloudwatch:PutDashboard

delete

cloudwatch:DeleteDashboardscloudwatch:GetDashboard

list

cloudwatch:ListDashboards

Get the CloudWatch Cheat Sheet

Everything you need to know about CloudWatch on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudWatch
Properties2
Required1
TaggingNot supported
Primary IDDashboardName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DashboardName

External Links