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