| 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 |
Amazonka.RDS.Types.ClusterPendingModifiedValues
Description
Synopsis
- data ClusterPendingModifiedValues = ClusterPendingModifiedValues' {}
- newClusterPendingModifiedValues :: ClusterPendingModifiedValues
- clusterPendingModifiedValues_engineVersion :: Lens' ClusterPendingModifiedValues (Maybe Text)
- clusterPendingModifiedValues_dbClusterIdentifier :: Lens' ClusterPendingModifiedValues (Maybe Text)
- clusterPendingModifiedValues_masterUserPassword :: Lens' ClusterPendingModifiedValues (Maybe Text)
- clusterPendingModifiedValues_iAMDatabaseAuthenticationEnabled :: Lens' ClusterPendingModifiedValues (Maybe Bool)
- clusterPendingModifiedValues_pendingCloudwatchLogsExports :: Lens' ClusterPendingModifiedValues (Maybe PendingCloudwatchLogsExports)
Documentation
data ClusterPendingModifiedValues Source #
This data type is used as a response element in the ModifyDBCluster
operation and contains changes that will be applied during the next
maintenance window.
See: newClusterPendingModifiedValues smart constructor.
Constructors
| ClusterPendingModifiedValues' | |
Fields
| |
Instances
newClusterPendingModifiedValues :: ClusterPendingModifiedValues Source #
Create a value of ClusterPendingModifiedValues 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:engineVersion:ClusterPendingModifiedValues', clusterPendingModifiedValues_engineVersion - The database engine version.
$sel:dbClusterIdentifier:ClusterPendingModifiedValues', clusterPendingModifiedValues_dbClusterIdentifier - The DBClusterIdentifier value for the DB cluster.
$sel:masterUserPassword:ClusterPendingModifiedValues', clusterPendingModifiedValues_masterUserPassword - The master credentials for the DB cluster.
$sel:iAMDatabaseAuthenticationEnabled:ClusterPendingModifiedValues', clusterPendingModifiedValues_iAMDatabaseAuthenticationEnabled - A value that indicates whether mapping of Amazon Web Services Identity
and Access Management (IAM) accounts to database accounts is enabled.
$sel:pendingCloudwatchLogsExports:ClusterPendingModifiedValues', clusterPendingModifiedValues_pendingCloudwatchLogsExports - Undocumented member.
clusterPendingModifiedValues_engineVersion :: Lens' ClusterPendingModifiedValues (Maybe Text) Source #
The database engine version.
clusterPendingModifiedValues_dbClusterIdentifier :: Lens' ClusterPendingModifiedValues (Maybe Text) Source #
The DBClusterIdentifier value for the DB cluster.
clusterPendingModifiedValues_masterUserPassword :: Lens' ClusterPendingModifiedValues (Maybe Text) Source #
The master credentials for the DB cluster.
clusterPendingModifiedValues_iAMDatabaseAuthenticationEnabled :: Lens' ClusterPendingModifiedValues (Maybe Bool) Source #
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.