DashboardArgs

data class DashboardArgs(val dashboardDefinition: Output<String>? = null, val dashboardDescription: Output<String>? = null, val dashboardName: Output<String>? = null, val projectId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DashboardArgs>

Resource schema for AWS::IoTSiteWise::Dashboard

Constructors

Link copied to clipboard
constructor(dashboardDefinition: Output<String>? = null, dashboardDescription: Output<String>? = null, dashboardName: Output<String>? = null, projectId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The dashboard definition specified in a JSON literal.

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

A description for the dashboard.

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

A friendly name for the dashboard.

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

The ID of the project in which to create the dashboard.

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

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

Functions

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