Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ICustomFilterConfigurationProperty

A custom filter that filters based on a single value.

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

This filter can be partially matched.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-customfilterconfiguration.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var customFilterConfigurationProperty = new CustomFilterConfigurationProperty {
                 CategoryValue = "categoryValue",
                 MatchOperator = "matchOperator",
                 NullOption = "nullOption",
                 ParameterName = "parameterName",
                 SelectAllOptions = "selectAllOptions"
             };

Synopsis

Properties

CategoryValue

The category value 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.

ParameterName

The parameter whose value should be used for the filter value.

SelectAllOptions

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

Properties

CategoryValue

The category value for the filter.

string? CategoryValue { get; }
Property Value

string

Remarks

This field is mutually exclusive to ParameterName .

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

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-customfilterconfiguration.html#cfn-quicksight-template-customfilterconfiguration-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-customfilterconfiguration.html#cfn-quicksight-template-customfilterconfiguration-nulloption

    ParameterName

    The parameter whose value should be used for the filter value.

    string? ParameterName { get; }
    Property Value

    string

    Remarks

    This field is mutually exclusive to CategoryValue .

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

    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-customfilterconfiguration.html#cfn-quicksight-template-customfilterconfiguration-selectalloptions

      Back to top Generated by DocFX