filterControls

@JvmName(name = "lpfbldtjoxwtmivo")
suspend fun filterControls(value: Output<List<DashboardFilterControlArgs>>)
@JvmName(name = "txiloeqotspmxftg")
suspend fun filterControls(value: List<DashboardFilterControlArgs>?)

Parameters

value

The list of filter controls that are on a sheet. For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .


@JvmName(name = "gdaacldhfalknntl")
suspend fun filterControls(vararg values: Output<DashboardFilterControlArgs>)


@JvmName(name = "nblawjggcurixxlv")
suspend fun filterControls(values: List<Output<DashboardFilterControlArgs>>)
@JvmName(name = "ecnugdgkcsdhmvhn")
suspend fun filterControls(vararg values: DashboardFilterControlArgs)

Parameters

values

The list of filter controls that are on a sheet. For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .


@JvmName(name = "prbgthqrcmvtwrnx")
suspend fun filterControls(argument: List<suspend DashboardFilterControlArgsBuilder.() -> Unit>)
@JvmName(name = "ymewekffkwlglqqn")
suspend fun filterControls(vararg argument: suspend DashboardFilterControlArgsBuilder.() -> Unit)
@JvmName(name = "iwewckwbafsbgsty")
suspend fun filterControls(argument: suspend DashboardFilterControlArgsBuilder.() -> Unit)

Parameters

argument

The list of filter controls that are on a sheet. For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .