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

Description

 
Synopsis

Documentation

data TableFieldOption Source #

The options for a table field.

See: newTableFieldOption smart constructor.

Constructors

TableFieldOption' 

Fields

Instances

Instances details
FromJSON TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

ToJSON TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Generic TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Associated Types

type Rep TableFieldOption :: Type -> Type #

Read TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Show TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

NFData TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Methods

rnf :: TableFieldOption -> () #

Eq TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Hashable TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

type Rep TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

type Rep TableFieldOption = D1 ('MetaData "TableFieldOption" "Amazonka.QuickSight.Types.TableFieldOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uRLStyling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldURLConfiguration))) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTableFieldOption Source #

Create a value of TableFieldOption 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:customLabel:TableFieldOption', tableFieldOption_customLabel - The custom label for a table field.

$sel:uRLStyling:TableFieldOption', tableFieldOption_uRLStyling - The URL configuration for a table field.

$sel:visibility:TableFieldOption', tableFieldOption_visibility - The visibility of a table field.

$sel:width:TableFieldOption', tableFieldOption_width - The width for a table field.

$sel:fieldId:TableFieldOption', tableFieldOption_fieldId - The field ID for a table field.

tableFieldOption_customLabel :: Lens' TableFieldOption (Maybe Text) Source #

The custom label for a table field.

tableFieldOption_fieldId :: Lens' TableFieldOption Text Source #

The field ID for a table field.