| 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.StringValueWhenUnsetConfiguration
Description
Synopsis
- data StringValueWhenUnsetConfiguration = StringValueWhenUnsetConfiguration' {}
- newStringValueWhenUnsetConfiguration :: StringValueWhenUnsetConfiguration
- stringValueWhenUnsetConfiguration_customValue :: Lens' StringValueWhenUnsetConfiguration (Maybe Text)
- stringValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' StringValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption)
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
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: TheNULLvalue.
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: TheNULLvalue.