Show / Hide Table of Contents

Class CfnDashboard.FilterTextFieldControlProperty

A control to display a text box that is used to enter a single entry.

Inheritance
object
CfnDashboard.FilterTextFieldControlProperty
Implements
CfnDashboard.IFilterTextFieldControlProperty
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 CfnDashboard.FilterTextFieldControlProperty : CfnDashboard.IFilterTextFieldControlProperty
Syntax (vb)
Public Class CfnDashboard.FilterTextFieldControlProperty Implements CfnDashboard.IFilterTextFieldControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filtertextfieldcontrol.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 filterTextFieldControlProperty = new FilterTextFieldControlProperty {
                 FilterControlId = "filterControlId",
                 SourceFilterId = "sourceFilterId",
                 Title = "title",

                 // the properties below are optional
                 DisplayOptions = new TextFieldControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                         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"
                     }
                 }
             };

Synopsis

Constructors

FilterTextFieldControlProperty()

A control to display a text box that is used to enter a single entry.

Properties

DisplayOptions

The display options of a control.

FilterControlId

The ID of the FilterTextFieldControl .

SourceFilterId

The source filter ID of the FilterTextFieldControl .

Title

The title of the FilterTextFieldControl .

Constructors

FilterTextFieldControlProperty()

A control to display a text box that is used to enter a single entry.

public FilterTextFieldControlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filtertextfieldcontrol.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 filterTextFieldControlProperty = new FilterTextFieldControlProperty {
                 FilterControlId = "filterControlId",
                 SourceFilterId = "sourceFilterId",
                 Title = "title",

                 // the properties below are optional
                 DisplayOptions = new TextFieldControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                         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"
                     }
                 }
             };

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-dashboard-filtertextfieldcontrol.html#cfn-quicksight-dashboard-filtertextfieldcontrol-displayoptions

FilterControlId

The ID of the FilterTextFieldControl .

public string FilterControlId { get; set; }
Property Value

string

Remarks

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

SourceFilterId

The source filter ID of the FilterTextFieldControl .

public string SourceFilterId { get; set; }
Property Value

string

Remarks

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

Title

The title of the FilterTextFieldControl .

public string Title { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.IFilterTextFieldControlProperty
Back to top Generated by DocFX