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 ClusterVersion Source #
Describes a cluster version, including the parameter group family and description of the version.
See: newClusterVersion
smart constructor.
ClusterVersion' | |
|
Instances
newClusterVersion :: ClusterVersion Source #
Create a value of ClusterVersion
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:clusterParameterGroupFamily:ClusterVersion'
, clusterVersion_clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.
$sel:clusterVersion:ClusterVersion'
, clusterVersion_clusterVersion
- The version number used by the cluster.
$sel:description:ClusterVersion'
, clusterVersion_description
- The description of the cluster version.
clusterVersion_clusterParameterGroupFamily :: Lens' ClusterVersion (Maybe Text) Source #
The name of the cluster parameter group family for the cluster.
clusterVersion_clusterVersion :: Lens' ClusterVersion (Maybe Text) Source #
The version number used by the cluster.
clusterVersion_description :: Lens' ClusterVersion (Maybe Text) Source #
The description of the cluster version.