| 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.DAX.Types.ParameterGroup
Description
Documentation
data ParameterGroup Source #
A named set of parameters that are applied to all of the nodes in a DAX cluster.
See: newParameterGroup smart constructor.
Constructors
| ParameterGroup' | |
Fields
| |
Instances
newParameterGroup :: ParameterGroup Source #
Create a value of ParameterGroup 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:description:ParameterGroup', parameterGroup_description - A description of the parameter group.
$sel:parameterGroupName:ParameterGroup', parameterGroup_parameterGroupName - The name of the parameter group.
parameterGroup_description :: Lens' ParameterGroup (Maybe Text) Source #
A description of the parameter group.
parameterGroup_parameterGroupName :: Lens' ParameterGroup (Maybe Text) Source #
The name of the parameter group.