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

Description

 
Synopsis

Documentation

data StringValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a String parameter when a value has not been set.

See: newStringValueWhenUnsetConfiguration smart constructor.

Constructors

StringValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

ToJSON StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Generic StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Associated Types

type Rep StringValueWhenUnsetConfiguration :: Type -> Type #

Show StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

NFData StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Eq StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Hashable StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

type Rep StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

type Rep StringValueWhenUnsetConfiguration = D1 ('MetaData "StringValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newStringValueWhenUnsetConfiguration :: StringValueWhenUnsetConfiguration Source #

Create a value of StringValueWhenUnsetConfiguration 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:customValue:StringValueWhenUnsetConfiguration', stringValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:StringValueWhenUnsetConfiguration', stringValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

stringValueWhenUnsetConfiguration_customValue :: Lens' StringValueWhenUnsetConfiguration (Maybe Text) Source #

A custom value that's used when the value of a parameter isn't set.

stringValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' StringValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.