DashboardArgs

data class DashboardArgs(val dashboardBody: Output<String>? = null, val dashboardName: Output<String>? = null) : ConvertibleToJava<DashboardArgs>

Resource Type definition for AWS::CloudWatch::Dashboard

Constructors

Link copied to clipboard
constructor(dashboardBody: Output<String>? = null, dashboardName: Output<String>? = null)

Properties

Link copied to clipboard
val dashboardBody: Output<String>? = null

The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard

Link copied to clipboard
val dashboardName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DashboardArgs