Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IFilterListConfigurationProperty

A list of filter configurations.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IFilterListConfigurationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IFilterListConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var filterListConfigurationProperty = new FilterListConfigurationProperty {
                 CategoryValues = new [] { "categoryValues" },
                 MatchOperator = "matchOperator",
                 NullOption = "nullOption",
                 SelectAllOptions = "selectAllOptions"
             };

Synopsis

Properties

CategoryValues

The list of category values for the filter.

MatchOperator

The match operator that is used to determine if a filter should be applied.

NullOption

This option determines how null values should be treated when filtering data.

SelectAllOptions

Select all of the values. Null is not the assigned value of select all.

Properties

CategoryValues

The list of category values for the filter.

string[]? CategoryValues { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterlistconfiguration.html#cfn-quicksight-template-filterlistconfiguration-categoryvalues

MatchOperator

The match operator that is used to determine if a filter should be applied.

string? MatchOperator { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterlistconfiguration.html#cfn-quicksight-template-filterlistconfiguration-matchoperator

NullOption

This option determines how null values should be treated when filtering data.

string? NullOption { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterlistconfiguration.html#cfn-quicksight-template-filterlistconfiguration-nulloption

    SelectAllOptions

    Select all of the values. Null is not the assigned value of select all.

    string? SelectAllOptions { get; }
    Property Value

    string

    Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterlistconfiguration.html#cfn-quicksight-template-filterlistconfiguration-selectalloptions

      Back to top Generated by DocFX