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

Description

 
Synopsis

Documentation

data IntegerValueWhenUnsetConfiguration Source #

A parameter declaration for the Integer data type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newIntegerValueWhenUnsetConfiguration smart constructor.

Constructors

IntegerValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

ToJSON IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Generic IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Associated Types

type Rep IntegerValueWhenUnsetConfiguration :: Type -> Type #

Show IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

NFData IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Eq IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Hashable IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

type Rep IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

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

newIntegerValueWhenUnsetConfiguration :: IntegerValueWhenUnsetConfiguration Source #

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

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

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

integerValueWhenUnsetConfiguration_customValue :: Lens' IntegerValueWhenUnsetConfiguration (Maybe Integer) Source #

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

integerValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' IntegerValueWhenUnsetConfiguration (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.