DashboardSourceTemplate

data class DashboardSourceTemplate(val arn: String, val dataSetReferences: List<DashboardDataSetReference>)

Dashboard source template.

Constructors

Link copied to clipboard
constructor(arn: String, dataSetReferences: List<DashboardDataSetReference>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard