Dashboard Args
data class DashboardArgs(val dashboardBody: Output<String>? = null, val dashboardName: Output<String>? = null) : ConvertibleToJava<DashboardArgs>
Resource Type definition for AWS::CloudWatch::Dashboard
Properties
Link copied to clipboard
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard
Link copied to clipboard
The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.