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.TextAreaControlDisplayOptions

Description

 
Synopsis

Documentation

data TextAreaControlDisplayOptions Source #

The display options of a control.

See: newTextAreaControlDisplayOptions smart constructor.

Constructors

TextAreaControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

ToJSON TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Generic TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Associated Types

type Rep TextAreaControlDisplayOptions :: Type -> Type #

Read TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Show TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

NFData TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Eq TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Hashable TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

type Rep TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

type Rep TextAreaControlDisplayOptions = D1 ('MetaData "TextAreaControlDisplayOptions" "Amazonka.QuickSight.Types.TextAreaControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TextAreaControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placeholderOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextControlPlaceholderOptions)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newTextAreaControlDisplayOptions :: TextAreaControlDisplayOptions Source #

Create a value of TextAreaControlDisplayOptions 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:placeholderOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_placeholderOptions - The configuration of the placeholder options in a text area control.

$sel:titleOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

textAreaControlDisplayOptions_titleOptions :: Lens' TextAreaControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.