Dashboard Source Template Args
data class DashboardSourceTemplateArgs(val arn: Output<String>, val dataSetReferences: Output<List<DashboardDataSetReferenceArgs>>) : ConvertibleToJava<DashboardSourceTemplateArgs>
Constructors
Link copied to clipboard
fun DashboardSourceTemplateArgs(arn: Output<String>, dataSetReferences: Output<List<DashboardDataSetReferenceArgs>>)