Show / Hide Table of Contents

Class CfnDashboardPropsMixin.FilterListControlProperty

A control to display a list of buttons or boxes.

Inheritance
object
CfnDashboardPropsMixin.FilterListControlProperty
Implements
CfnDashboardPropsMixin.IFilterListControlProperty
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 CfnDashboardPropsMixin.FilterListControlProperty : CfnDashboardPropsMixin.IFilterListControlProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FilterListControlProperty Implements CfnDashboardPropsMixin.IFilterListControlProperty
Remarks

This is used to select either a single value or multiple values.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.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 filterListControlProperty = new FilterListControlProperty {
                 CascadingControlConfiguration = new CascadingControlConfigurationProperty {
                     SourceControls = new [] { new CascadingControlSourceProperty {
                         ColumnToMatch = new ColumnIdentifierProperty {
                             ColumnName = "columnName",
                             DataSetIdentifier = "dataSetIdentifier"
                         },
                         SourceSheetControlId = "sourceSheetControlId"
                     } }
                 },
                 DisplayOptions = new ListControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     SearchOptions = new ListControlSearchOptionsProperty {
                         Visibility = "visibility"
                     },
                     SelectAllOptions = new ListControlSelectAllOptionsProperty {
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 },
                 FilterControlId = "filterControlId",
                 SelectableValues = new FilterSelectableValuesProperty {
                     Values = new [] { "values" }
                 },
                 SourceFilterId = "sourceFilterId",
                 Title = "title",
                 Type = "type"
             };

Synopsis

Constructors

FilterListControlProperty()

A control to display a list of buttons or boxes.

Properties

CascadingControlConfiguration

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

DisplayOptions

The display options of a control.

FilterControlId

The ID of the FilterListControl .

SelectableValues

A list of selectable values that are used in a control.

SourceFilterId

The source filter ID of the FilterListControl .

Title

The title of the FilterListControl .

Type

The type of the FilterListControl . Choose one of the following options:.

Constructors

FilterListControlProperty()

A control to display a list of buttons or boxes.

public FilterListControlProperty()
Remarks

This is used to select either a single value or multiple values.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.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 filterListControlProperty = new FilterListControlProperty {
                 CascadingControlConfiguration = new CascadingControlConfigurationProperty {
                     SourceControls = new [] { new CascadingControlSourceProperty {
                         ColumnToMatch = new ColumnIdentifierProperty {
                             ColumnName = "columnName",
                             DataSetIdentifier = "dataSetIdentifier"
                         },
                         SourceSheetControlId = "sourceSheetControlId"
                     } }
                 },
                 DisplayOptions = new ListControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     SearchOptions = new ListControlSearchOptionsProperty {
                         Visibility = "visibility"
                     },
                     SelectAllOptions = new ListControlSelectAllOptionsProperty {
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 },
                 FilterControlId = "filterControlId",
                 SelectableValues = new FilterSelectableValuesProperty {
                     Values = new [] { "values" }
                 },
                 SourceFilterId = "sourceFilterId",
                 Title = "title",
                 Type = "type"
             };

Properties

CascadingControlConfiguration

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-cascadingcontrolconfiguration

Type union: either IResolvable or CfnDashboardPropsMixin.ICascadingControlConfigurationProperty

DisplayOptions

The display options of a control.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-displayoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IListControlDisplayOptionsProperty

FilterControlId

The ID of the FilterListControl .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-filtercontrolid

SelectableValues

A list of selectable values that are used in a control.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-selectablevalues

Type union: either IResolvable or CfnDashboardPropsMixin.IFilterSelectableValuesProperty

SourceFilterId

The source filter ID of the FilterListControl .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-sourcefilterid

Title

The title of the FilterListControl .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-title

Type

The type of the FilterListControl . Choose one of the following options:.

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterlistcontrol.html#cfn-quicksight-dashboard-filterlistcontrol-type

    Implements

    CfnDashboardPropsMixin.IFilterListControlProperty
    Back to top Generated by DocFX