parameter Declarations
Parameters
value
An array of parameter declarations for a template. 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
An array of parameter declarations for a template. 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 TemplateParameterDeclarationArgsBuilder.() -> Unit>)
suspend fun parameterDeclarations(vararg argument: suspend TemplateParameterDeclarationArgsBuilder.() -> Unit)
suspend fun parameterDeclarations(argument: suspend TemplateParameterDeclarationArgsBuilder.() -> Unit)
Parameters
argument
An array of parameter declarations for a template. 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 .