Dashboard Filter Group Args
data class DashboardFilterGroupArgs(val crossDataset: Output<DashboardCrossDatasetTypes>, val filterGroupId: Output<String>, val filters: Output<List<DashboardFilterArgs>>, val scopeConfiguration: Output<DashboardFilterScopeConfigurationArgs>, val status: Output<DashboardWidgetStatus>? = null) : ConvertibleToJava<DashboardFilterGroupArgs>
Constructors
Link copied to clipboard
constructor(crossDataset: Output<DashboardCrossDatasetTypes>, filterGroupId: Output<String>, filters: Output<List<DashboardFilterArgs>>, scopeConfiguration: Output<DashboardFilterScopeConfigurationArgs>, status: Output<DashboardWidgetStatus>? = null)
Properties
Link copied to clipboard
The filter new feature which can apply filter group to all data sets. Choose one of the following options:
Link copied to clipboard
The value that uniquely identifies a FilterGroup
within a dashboard, template, or analysis.
Link copied to clipboard
The list of filters that are present in a FilterGroup
.
Link copied to clipboard
The configuration that specifies what scope to apply to a FilterGroup
. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Link copied to clipboard
The status of the FilterGroup
.