| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration
Description
Synopsis
- data IntegerValueWhenUnsetConfiguration = IntegerValueWhenUnsetConfiguration' {}
- newIntegerValueWhenUnsetConfiguration :: IntegerValueWhenUnsetConfiguration
- integerValueWhenUnsetConfiguration_customValue :: Lens' IntegerValueWhenUnsetConfiguration (Maybe Integer)
- integerValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' IntegerValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption)
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
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: TheNULLvalue.
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: TheNULLvalue.