Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.FilterGroupProperty

A grouping of individual filters. Filter groups are applied to the same group of visuals.

Inheritance
object
CfnAnalysisPropsMixin.FilterGroupProperty
Implements
CfnAnalysisPropsMixin.IFilterGroupProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.FilterGroupProperty : CfnAnalysisPropsMixin.IFilterGroupProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FilterGroupProperty Implements CfnAnalysisPropsMixin.IFilterGroupProperty
Remarks

For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FilterGroupProperty()

A grouping of individual filters. Filter groups are applied to the same group of visuals.

Properties

CrossDataset

The filter new feature which can apply filter group to all data sets. Choose one of the following options:.

FilterGroupId

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

Filters

The list of filters that are present in a FilterGroup .

ScopeConfiguration

The configuration that specifies what scope to apply to a FilterGroup .

Status

The status of the FilterGroup .

Constructors

FilterGroupProperty()

A grouping of individual filters. Filter groups are applied to the same group of visuals.

public FilterGroupProperty()
Remarks

For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html

ExampleMetadata: fixture=_generated

Properties

CrossDataset

The filter new feature which can apply filter group to all data sets. Choose one of the following options:.

public string? CrossDataset { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html#cfn-quicksight-analysis-filtergroup-crossdataset

    FilterGroupId

    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

    public string? FilterGroupId { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html#cfn-quicksight-analysis-filtergroup-filtergroupid

    Filters

    The list of filters that are present in a FilterGroup .

    public object? Filters { get; set; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html#cfn-quicksight-analysis-filtergroup-filters

    Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IFilterProperty)[]

    ScopeConfiguration

    The configuration that specifies what scope to apply to a FilterGroup .

    public object? ScopeConfiguration { get; set; }
    Property Value

    object

    Remarks

    This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html#cfn-quicksight-analysis-filtergroup-scopeconfiguration

    Type union: either IResolvable or CfnAnalysisPropsMixin.IFilterScopeConfigurationProperty

    Status

    The status of the FilterGroup .

    public string? Status { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html#cfn-quicksight-analysis-filtergroup-status

    Implements

    CfnAnalysisPropsMixin.IFilterGroupProperty
    Back to top Generated by DocFX