| 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.DateTimeValueWhenUnsetConfiguration
Description
Synopsis
- data DateTimeValueWhenUnsetConfiguration = DateTimeValueWhenUnsetConfiguration' {}
- newDateTimeValueWhenUnsetConfiguration :: DateTimeValueWhenUnsetConfiguration
- dateTimeValueWhenUnsetConfiguration_customValue :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe UTCTime)
- dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption)
Documentation
data DateTimeValueWhenUnsetConfiguration Source #
The configuration that defines the default value of a DateTime
parameter when a value has not been set.
See: newDateTimeValueWhenUnsetConfiguration smart constructor.
Constructors
| DateTimeValueWhenUnsetConfiguration' | |
Fields
| |
Instances
newDateTimeValueWhenUnsetConfiguration :: DateTimeValueWhenUnsetConfiguration Source #
Create a value of DateTimeValueWhenUnsetConfiguration 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:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.
$sel:valueWhenUnsetOption:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the
following:
RECOMMENDED: The recommended value.NULL: TheNULLvalue.
dateTimeValueWhenUnsetConfiguration_customValue :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe UTCTime) Source #
A custom value that's used when the value of a parameter isn't set.
dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.NULL: TheNULLvalue.