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 |
Synopsis
- data ClusterParameterGroup = ClusterParameterGroup' {
- parameterGroupFamily :: Maybe Text
- description :: Maybe Text
- tags :: Maybe [Tag]
- parameterGroupName :: Maybe Text
- newClusterParameterGroup :: ClusterParameterGroup
- clusterParameterGroup_parameterGroupFamily :: Lens' ClusterParameterGroup (Maybe Text)
- clusterParameterGroup_description :: Lens' ClusterParameterGroup (Maybe Text)
- clusterParameterGroup_tags :: Lens' ClusterParameterGroup (Maybe [Tag])
- clusterParameterGroup_parameterGroupName :: Lens' ClusterParameterGroup (Maybe Text)
Documentation
data ClusterParameterGroup Source #
Describes a parameter group.
See: newClusterParameterGroup
smart constructor.
ClusterParameterGroup' | |
|
Instances
newClusterParameterGroup :: ClusterParameterGroup Source #
Create a value of ClusterParameterGroup
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:parameterGroupFamily:ClusterParameterGroup'
, clusterParameterGroup_parameterGroupFamily
- The name of the cluster parameter group family that this cluster
parameter group is compatible with.
$sel:description:ClusterParameterGroup'
, clusterParameterGroup_description
- The description of the parameter group.
$sel:tags:ClusterParameterGroup'
, clusterParameterGroup_tags
- The list of tags for the cluster parameter group.
$sel:parameterGroupName:ClusterParameterGroup'
, clusterParameterGroup_parameterGroupName
- The name of the cluster parameter group.
clusterParameterGroup_parameterGroupFamily :: Lens' ClusterParameterGroup (Maybe Text) Source #
The name of the cluster parameter group family that this cluster parameter group is compatible with.
clusterParameterGroup_description :: Lens' ClusterParameterGroup (Maybe Text) Source #
The description of the parameter group.
clusterParameterGroup_tags :: Lens' ClusterParameterGroup (Maybe [Tag]) Source #
The list of tags for the cluster parameter group.
clusterParameterGroup_parameterGroupName :: Lens' ClusterParameterGroup (Maybe Text) Source #
The name of the cluster parameter group.