GetDashboardResult

data class GetDashboardResult(val dashboardArn: String? = null, val dashboardDefinition: String? = null, val dashboardDescription: String? = null, val dashboardId: String? = null, val dashboardName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(dashboardArn: String? = null, dashboardDefinition: String? = null, dashboardDescription: String? = null, dashboardId: String? = null, dashboardName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dashboardArn: String? = null

The ARN of the dashboard.

Link copied to clipboard

The dashboard definition specified in a JSON literal.

Link copied to clipboard

A description for the dashboard.

Link copied to clipboard
val dashboardId: String? = null

The ID of the dashboard.

Link copied to clipboard
val dashboardName: String? = null

A friendly name for the dashboard.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the dashboard.