class Aws::CloudWatch::Types::PutDashboardInput
@note When making an API call, you may pass PutDashboardInput
data as a hash: { dashboard_name: "DashboardName", # required dashboard_body: "DashboardBody", # required }
@!attribute [rw] dashboard_name
The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "\_". This parameter is required. @return [String]
@!attribute [rw] dashboard_body
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard. This parameter is required. For more information about the syntax, see [Dashboard Body Structure and Syntax][1]. [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/PutDashboardInput AWS API Documentation
Constants
- SENSITIVE