class
Amazonite::CloudWatch::PutDashboardInput
- Amazonite::CloudWatch::PutDashboardInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/put_dashboard_input.crConstructors
- .new(dashboard_name : String, dashboard_body : String, tags : Array(Tag) | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dashboard_body : String
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
-
#dashboard_body=(dashboard_body : String)
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
-
#dashboard_name : String
The name of the dashboard.
-
#dashboard_name=(dashboard_name : String)
The name of the dashboard.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Array(Tag) | Nil
A list of key-value pairs to associate with the dashboard.
-
#tags=(tags : Array(Tag) | Nil)
A list of key-value pairs to associate with the dashboard.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
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.
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.
A list of key-value pairs to associate with the dashboard. You can associate as many as 50 tags with a dashboard.
Tags can help you organize and categorize your dashboards. You can also use them to scope user permissions by granting a user permission to access or change only dashboards with certain tag values.
You can use this parameter only when creating a new dashboard. If you specify Tags when
updating an existing dashboard, the tag updates are ignored. To add or update tags on an
existing dashboard, use
TagResource.
To remove tags, use
UntagResource.
A list of key-value pairs to associate with the dashboard. You can associate as many as 50 tags with a dashboard.
Tags can help you organize and categorize your dashboards. You can also use them to scope user permissions by granting a user permission to access or change only dashboards with certain tag values.
You can use this parameter only when creating a new dashboard. If you specify Tags when
updating an existing dashboard, the tag updates are ignored. To add or update tags on an
existing dashboard, use
TagResource.
To remove tags, use
UntagResource.