parameter Declarations
Parameters
value
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .
Parameters
values
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .
suspend fun parameterDeclarations(argument: List<suspend DashboardParameterDeclarationArgsBuilder.() -> Unit>)
suspend fun parameterDeclarations(vararg argument: suspend DashboardParameterDeclarationArgsBuilder.() -> Unit)
suspend fun parameterDeclarations(argument: suspend DashboardParameterDeclarationArgsBuilder.() -> Unit)
Parameters
argument
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .