amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.FilterTextAreaControl

Description

 
Synopsis

Documentation

data FilterTextAreaControl Source #

A control to display a text box that is used to enter multiple entries.

See: newFilterTextAreaControl smart constructor.

Constructors

FilterTextAreaControl' 

Fields

Instances

Instances details
FromJSON FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

ToJSON FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Generic FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Associated Types

type Rep FilterTextAreaControl :: Type -> Type #

Read FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Show FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

NFData FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Methods

rnf :: FilterTextAreaControl -> () #

Eq FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Hashable FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

type Rep FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

type Rep FilterTextAreaControl = D1 ('MetaData "FilterTextAreaControl" "Amazonka.QuickSight.Types.FilterTextAreaControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterTextAreaControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextAreaControlDisplayOptions))) :*: (S1 ('MetaSel ('Just "filterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newFilterTextAreaControl Source #

Create a value of FilterTextAreaControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:delimiter:FilterTextAreaControl', filterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.

$sel:displayOptions:FilterTextAreaControl', filterTextAreaControl_displayOptions - The display options of a control.

$sel:filterControlId:FilterTextAreaControl', filterTextAreaControl_filterControlId - The ID of the FilterTextAreaControl.

$sel:title:FilterTextAreaControl', filterTextAreaControl_title - The title of the FilterTextAreaControl.

$sel:sourceFilterId:FilterTextAreaControl', filterTextAreaControl_sourceFilterId - The source filter ID of the FilterTextAreaControl.

filterTextAreaControl_delimiter :: Lens' FilterTextAreaControl (Maybe Text) Source #

The delimiter that is used to separate the lines in text.

filterTextAreaControl_title :: Lens' FilterTextAreaControl Text Source #

The title of the FilterTextAreaControl.

filterTextAreaControl_sourceFilterId :: Lens' FilterTextAreaControl Text Source #

The source filter ID of the FilterTextAreaControl.