Show / Hide Table of Contents

Class CfnDashboard.CustomFilterConfigurationProperty

A custom filter that filters based on a single value.

Inheritance
System.Object
CfnDashboard.CustomFilterConfigurationProperty
Implements
CfnDashboard.ICustomFilterConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class CustomFilterConfigurationProperty : Object, CfnDashboard.ICustomFilterConfigurationProperty
Syntax (vb)
Public Class CustomFilterConfigurationProperty
    Inherits Object
    Implements CfnDashboard.ICustomFilterConfigurationProperty
Remarks

This filter can be partially matched.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.AWS.QuickSight;

var customFilterConfigurationProperty = new CustomFilterConfigurationProperty {
    MatchOperator = "matchOperator",
    NullOption = "nullOption",

    // the properties below are optional
    CategoryValue = "categoryValue",
    ParameterName = "parameterName",
    SelectAllOptions = "selectAllOptions"
};

Synopsis

Constructors

CustomFilterConfigurationProperty()

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.

Constructors

CustomFilterConfigurationProperty()

public CustomFilterConfigurationProperty()

Properties

CategoryValue

The category value for the filter.

public string CategoryValue { get; set; }
Property Value

System.String

Remarks

This field is mutually exclusive to ParameterName .

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

MatchOperator

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

public string MatchOperator { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customfilterconfiguration.html#cfn-quicksight-dashboard-customfilterconfiguration-matchoperator

NullOption

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

public string NullOption { get; set; }
Property Value

System.String

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customfilterconfiguration.html#cfn-quicksight-dashboard-customfilterconfiguration-nulloption

    ParameterName

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

    public string ParameterName { get; set; }
    Property Value

    System.String

    Remarks

    This field is mutually exclusive to CategoryValue .

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

    SelectAllOptions

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

    public string SelectAllOptions { get; set; }
    Property Value

    System.String

    Remarks

      Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customfilterconfiguration.html#cfn-quicksight-dashboard-customfilterconfiguration-selectalloptions

      Implements

      CfnDashboard.ICustomFilterConfigurationProperty
      Back to top Generated by DocFX