DashboardSourceEntitySourceTemplateArgs

data class DashboardSourceEntitySourceTemplateArgs(val arn: Output<String>, val dataSetReferences: Output<List<DashboardSourceEntitySourceTemplateDataSetReferenceArgs>>) : ConvertibleToJava<DashboardSourceEntitySourceTemplateArgs>

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

List of dataset references. See data_set_references.

Functions

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