Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ParameterGroup' | |
|
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.