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

Description

 
Synopsis

Documentation

data StringFormatConfiguration Source #

Formatting configuration for string fields.

See: newStringFormatConfiguration smart constructor.

Constructors

StringFormatConfiguration' 

Fields

Instances

Instances details
FromJSON StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

ToJSON StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Generic StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Associated Types

type Rep StringFormatConfiguration :: Type -> Type #

Show StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

NFData StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Eq StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Hashable StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

type Rep StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

type Rep StringFormatConfiguration = D1 ('MetaData "StringFormatConfiguration" "Amazonka.QuickSight.Types.StringFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)) :*: S1 ('MetaSel ('Just "numericFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration))))

newStringFormatConfiguration :: StringFormatConfiguration Source #

Create a value of StringFormatConfiguration 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:nullValueFormatConfiguration:StringFormatConfiguration', stringFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numericFormatConfiguration:StringFormatConfiguration', stringFormatConfiguration_numericFormatConfiguration - The formatting configuration for numeric strings.