| 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.Neptune.Types.DBClusterMember
Description
Synopsis
- data DBClusterMember = DBClusterMember' {}
- newDBClusterMember :: DBClusterMember
- dbClusterMember_dbClusterParameterGroupStatus :: Lens' DBClusterMember (Maybe Text)
- dbClusterMember_dbInstanceIdentifier :: Lens' DBClusterMember (Maybe Text)
- dbClusterMember_isClusterWriter :: Lens' DBClusterMember (Maybe Bool)
- dbClusterMember_promotionTier :: Lens' DBClusterMember (Maybe Int)
Documentation
data DBClusterMember Source #
Contains information about an instance that is part of a DB cluster.
See: newDBClusterMember smart constructor.
Constructors
| DBClusterMember' | |
Fields
| |
Instances
newDBClusterMember :: DBClusterMember Source #
Create a value of DBClusterMember 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:dbClusterParameterGroupStatus:DBClusterMember', dbClusterMember_dbClusterParameterGroupStatus - Specifies the status of the DB cluster parameter group for this member
of the DB cluster.
$sel:dbInstanceIdentifier:DBClusterMember', dbClusterMember_dbInstanceIdentifier - Specifies the instance identifier for this member of the DB cluster.
$sel:isClusterWriter:DBClusterMember', dbClusterMember_isClusterWriter - Value that is true if the cluster member is the primary instance for
the DB cluster and false otherwise.
$sel:promotionTier:DBClusterMember', dbClusterMember_promotionTier - A value that specifies the order in which a Read Replica is promoted to
the primary instance after a failure of the existing primary instance.
dbClusterMember_dbClusterParameterGroupStatus :: Lens' DBClusterMember (Maybe Text) Source #
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
dbClusterMember_dbInstanceIdentifier :: Lens' DBClusterMember (Maybe Text) Source #
Specifies the instance identifier for this member of the DB cluster.
dbClusterMember_isClusterWriter :: Lens' DBClusterMember (Maybe Bool) Source #
Value that is true if the cluster member is the primary instance for
the DB cluster and false otherwise.
dbClusterMember_promotionTier :: Lens' DBClusterMember (Maybe Int) Source #
A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance.