sheet Visual Scoping Configurations
suspend fun sheetVisualScopingConfigurations(value: Output<List<DashboardSheetVisualScopingConfigurationArgs>>)
suspend fun sheetVisualScopingConfigurations(value: List<DashboardSheetVisualScopingConfigurationArgs>?)
Parameters
value
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
suspend fun sheetVisualScopingConfigurations(vararg values: Output<DashboardSheetVisualScopingConfigurationArgs>)
suspend fun sheetVisualScopingConfigurations(values: List<Output<DashboardSheetVisualScopingConfigurationArgs>>)
suspend fun sheetVisualScopingConfigurations(vararg values: DashboardSheetVisualScopingConfigurationArgs)
Parameters
values
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
suspend fun sheetVisualScopingConfigurations(argument: List<suspend DashboardSheetVisualScopingConfigurationArgsBuilder.() -> Unit>)
suspend fun sheetVisualScopingConfigurations(vararg argument: suspend DashboardSheetVisualScopingConfigurationArgsBuilder.() -> Unit)
suspend fun sheetVisualScopingConfigurations(argument: suspend DashboardSheetVisualScopingConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.