| 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.RedshiftServerLess.Types.ConfigParameter
Description
Documentation
data ConfigParameter Source #
An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.
See: newConfigParameter smart constructor.
Constructors
| ConfigParameter' | |
Fields
| |
Instances
newConfigParameter :: ConfigParameter Source #
Create a value of ConfigParameter 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:parameterKey:ConfigParameter', configParameter_parameterKey - The key of the parameter. The options are datestyle,
enable_user_activity_logging, query_group, search_path, and
max_query_execution_time.
$sel:parameterValue:ConfigParameter', configParameter_parameterValue - The value of the parameter to set.
configParameter_parameterKey :: Lens' ConfigParameter (Maybe Text) Source #
The key of the parameter. The options are datestyle,
enable_user_activity_logging, query_group, search_path, and
max_query_execution_time.
configParameter_parameterValue :: Lens' ConfigParameter (Maybe Text) Source #
The value of the parameter to set.