| 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.CustomValuesConfiguration
Description
Synopsis
- data CustomValuesConfiguration = CustomValuesConfiguration' {}
- newCustomValuesConfiguration :: CustomParameterValues -> CustomValuesConfiguration
- customValuesConfiguration_includeNullValue :: Lens' CustomValuesConfiguration (Maybe Bool)
- customValuesConfiguration_customValues :: Lens' CustomValuesConfiguration CustomParameterValues
Documentation
data CustomValuesConfiguration Source #
The configuration of custom values for the destination parameter in
DestinationParameterValueConfiguration.
See: newCustomValuesConfiguration smart constructor.
Constructors
| CustomValuesConfiguration' | |
Fields
| |
Instances
newCustomValuesConfiguration Source #
Arguments
| :: CustomParameterValues | |
| -> CustomValuesConfiguration |
Create a value of CustomValuesConfiguration 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:includeNullValue:CustomValuesConfiguration', customValuesConfiguration_includeNullValue - Includes the null value in custom action parameter values.
$sel:customValues:CustomValuesConfiguration', customValuesConfiguration_customValues - Undocumented member.
customValuesConfiguration_includeNullValue :: Lens' CustomValuesConfiguration (Maybe Bool) Source #
Includes the null value in custom action parameter values.
customValuesConfiguration_customValues :: Lens' CustomValuesConfiguration CustomParameterValues Source #
Undocumented member.