DashboardSourceTemplateArgs

data class DashboardSourceTemplateArgs(val arn: Output<String>, val dataSetReferences: Output<List<DashboardDataSetReferenceArgs>>) : ConvertibleToJava<DashboardSourceTemplateArgs>

Dashboard source template.

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

Dataset references.

Functions

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