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
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
MatchOperator
The match operator that is used to determine if a filter should be applied.
string? MatchOperator { get; }
Property Value
Remarks
NullOption
This option determines how null values should be treated when filtering data.
string? NullOption { get; }
Property Value
Remarks
SelectAllOptions
Select all of the values. Null is not the assigned value of select all.
string? SelectAllOptions { get; }