AnalysisFilterScopeConfigurationArgs

data class AnalysisFilterScopeConfigurationArgs(val allSheets: Output<AnalysisAllSheetsFilterScopeConfigurationArgs>? = null, val selectedSheets: Output<AnalysisSelectedSheetsFilterScopeConfigurationArgs>? = null) : ConvertibleToJava<AnalysisFilterScopeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(allSheets: Output<AnalysisAllSheetsFilterScopeConfigurationArgs>? = null, selectedSheets: Output<AnalysisSelectedSheetsFilterScopeConfigurationArgs>? = null)

Properties

Link copied to clipboard

The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.

Link copied to clipboard

The configuration for applying a filter to specific sheets.

Functions

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