DashboardDataSetIdentifierDeclarationArgs

data class DashboardDataSetIdentifierDeclarationArgs(val dataSetArn: Output<String>, val identifier: Output<String>) : ConvertibleToJava<DashboardDataSetIdentifierDeclarationArgs>

Constructors

constructor(dataSetArn: Output<String>, identifier: Output<String>)

Properties

Link copied to clipboard
val dataSetArn: Output<String>

The Amazon Resource Name (ARN) of the data set.

Link copied to clipboard
val identifier: Output<String>

The identifier of the data set, typically the data set's name.

Functions

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