| 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.MemoryDb.Types.ParameterGroup
Description
Synopsis
- data ParameterGroup = ParameterGroup' {}
- newParameterGroup :: ParameterGroup
- parameterGroup_arn :: Lens' ParameterGroup (Maybe Text)
- parameterGroup_description :: Lens' ParameterGroup (Maybe Text)
- parameterGroup_family :: Lens' ParameterGroup (Maybe Text)
- parameterGroup_name :: Lens' ParameterGroup (Maybe Text)
Documentation
data ParameterGroup Source #
Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.
See: newParameterGroup smart constructor.
Constructors
| 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:arn:ParameterGroup', parameterGroup_arn - The Amazon Resource Name (ARN) of the parameter group
$sel:description:ParameterGroup', parameterGroup_description - A description of the parameter group
$sel:family:ParameterGroup', parameterGroup_family - The name of the parameter group family that this parameter group is
compatible with.
$sel:name:ParameterGroup', parameterGroup_name - The name of the parameter group
parameterGroup_arn :: Lens' ParameterGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the parameter group
parameterGroup_description :: Lens' ParameterGroup (Maybe Text) Source #
A description of the parameter group
parameterGroup_family :: Lens' ParameterGroup (Maybe Text) Source #
The name of the parameter group family that this parameter group is compatible with.
parameterGroup_name :: Lens' ParameterGroup (Maybe Text) Source #
The name of the parameter group