Show / Hide Table of Contents

Class CfnTemplate.DefaultFilterListControlOptionsProperty

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

Inheritance
object
CfnTemplate.DefaultFilterListControlOptionsProperty
Implements
CfnTemplate.IDefaultFilterListControlOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.DefaultFilterListControlOptionsProperty : CfnTemplate.IDefaultFilterListControlOptionsProperty
Syntax (vb)
Public Class CfnTemplate.DefaultFilterListControlOptionsProperty Implements CfnTemplate.IDefaultFilterListControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterlistcontroloptions.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 defaultFilterListControlOptionsProperty = new DefaultFilterListControlOptionsProperty {
                 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"
                     }
                 },
                 SelectableValues = new FilterSelectableValuesProperty {
                     Values = new [] { "values" }
                 },
                 Type = "type"
             };

Synopsis

Constructors

DefaultFilterListControlOptionsProperty()

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

Properties

DisplayOptions

The display options of a control.

SelectableValues

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

Type

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

Constructors

DefaultFilterListControlOptionsProperty()

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

public DefaultFilterListControlOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterlistcontroloptions.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 defaultFilterListControlOptionsProperty = new DefaultFilterListControlOptionsProperty {
                 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"
                     }
                 },
                 SelectableValues = new FilterSelectableValuesProperty {
                     Values = new [] { "values" }
                 },
                 Type = "type"
             };

Properties

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-template-defaultfilterlistcontroloptions.html#cfn-quicksight-template-defaultfilterlistcontroloptions-displayoptions

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-template-defaultfilterlistcontroloptions.html#cfn-quicksight-template-defaultfilterlistcontroloptions-selectablevalues

Type

The type of the DefaultFilterListControlOptions . 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-template-defaultfilterlistcontroloptions.html#cfn-quicksight-template-defaultfilterlistcontroloptions-type

    Implements

    CfnTemplate.IDefaultFilterListControlOptionsProperty
    Back to top Generated by DocFX