Show / Hide Table of Contents

Interface CfnTemplate.IDefaultFilterDropDownControlOptionsProperty

The default options that correspond to the Dropdown filter control type.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IDefaultFilterDropDownControlOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IDefaultFilterDropDownControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterdropdowncontroloptions.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 defaultFilterDropDownControlOptionsProperty = new DefaultFilterDropDownControlOptionsProperty {
                 CommitMode = "commitMode",
                 DisplayOptions = new DropDownControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         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"
                     }
                 },
                 SelectableValues = new FilterSelectableValuesProperty {
                     Values = new [] { "values" }
                 },
                 Type = "type"
             };

Synopsis

Properties

CommitMode

The visibility configuration of the Apply button on a FilterDropDownControl .

DisplayOptions

The display options of a control.

SelectableValues

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

Type

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

Properties

CommitMode

The visibility configuration of the Apply button on a FilterDropDownControl .

string? CommitMode { get; }
Property Value

string

Remarks

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

DisplayOptions

The display options of a control.

object? DisplayOptions { get; }
Property Value

object

Remarks

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

SelectableValues

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

object? SelectableValues { get; }
Property Value

object

Remarks

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

Type

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

string? Type { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX