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

Description

 
Synopsis

Documentation

data ParameterTextAreaControl Source #

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

See: newParameterTextAreaControl smart constructor.

Constructors

ParameterTextAreaControl' 

Fields

Instances

Instances details
FromJSON ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

ToJSON ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Generic ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Associated Types

type Rep ParameterTextAreaControl :: Type -> Type #

Read ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Show ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

NFData ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Eq ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Hashable ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

type Rep ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

type Rep ParameterTextAreaControl = D1 ('MetaData "ParameterTextAreaControl" "Amazonka.QuickSight.Types.ParameterTextAreaControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterTextAreaControl'" '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 "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newParameterTextAreaControl Source #

Create a value of ParameterTextAreaControl 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:ParameterTextAreaControl', parameterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.

$sel:displayOptions:ParameterTextAreaControl', parameterTextAreaControl_displayOptions - The display options of a control.

$sel:parameterControlId:ParameterTextAreaControl', parameterTextAreaControl_parameterControlId - The ID of the ParameterTextAreaControl.

$sel:title:ParameterTextAreaControl', parameterTextAreaControl_title - The title of the ParameterTextAreaControl.

$sel:sourceParameterName:ParameterTextAreaControl', parameterTextAreaControl_sourceParameterName - The source parameter name of the ParameterTextAreaControl.

parameterTextAreaControl_delimiter :: Lens' ParameterTextAreaControl (Maybe Text) Source #

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

parameterTextAreaControl_title :: Lens' ParameterTextAreaControl Text Source #

The title of the ParameterTextAreaControl.

parameterTextAreaControl_sourceParameterName :: Lens' ParameterTextAreaControl Text Source #

The source parameter name of the ParameterTextAreaControl.