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 AwsRdsDbClusterMember = AwsRdsDbClusterMember' {}
- newAwsRdsDbClusterMember :: AwsRdsDbClusterMember
- awsRdsDbClusterMember_promotionTier :: Lens' AwsRdsDbClusterMember (Maybe Int)
- awsRdsDbClusterMember_dbInstanceIdentifier :: Lens' AwsRdsDbClusterMember (Maybe Text)
- awsRdsDbClusterMember_isClusterWriter :: Lens' AwsRdsDbClusterMember (Maybe Bool)
- awsRdsDbClusterMember_dbClusterParameterGroupStatus :: Lens' AwsRdsDbClusterMember (Maybe Text)
Documentation
data AwsRdsDbClusterMember Source #
Information about an instance in the DB cluster.
See: newAwsRdsDbClusterMember
smart constructor.
AwsRdsDbClusterMember' | |
|
Instances
newAwsRdsDbClusterMember :: AwsRdsDbClusterMember Source #
Create a value of AwsRdsDbClusterMember
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:promotionTier:AwsRdsDbClusterMember'
, awsRdsDbClusterMember_promotionTier
- Specifies the order in which an Aurora replica is promoted to the
primary instance when the existing primary instance fails.
$sel:dbInstanceIdentifier:AwsRdsDbClusterMember'
, awsRdsDbClusterMember_dbInstanceIdentifier
- The instance identifier for this member of the DB cluster.
$sel:isClusterWriter:AwsRdsDbClusterMember'
, awsRdsDbClusterMember_isClusterWriter
- Whether the cluster member is the primary instance for the DB cluster.
$sel:dbClusterParameterGroupStatus:AwsRdsDbClusterMember'
, awsRdsDbClusterMember_dbClusterParameterGroupStatus
- The status of the DB cluster parameter group for this member of the DB
cluster.
awsRdsDbClusterMember_promotionTier :: Lens' AwsRdsDbClusterMember (Maybe Int) Source #
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
awsRdsDbClusterMember_dbInstanceIdentifier :: Lens' AwsRdsDbClusterMember (Maybe Text) Source #
The instance identifier for this member of the DB cluster.
awsRdsDbClusterMember_isClusterWriter :: Lens' AwsRdsDbClusterMember (Maybe Bool) Source #
Whether the cluster member is the primary instance for the DB cluster.
awsRdsDbClusterMember_dbClusterParameterGroupStatus :: Lens' AwsRdsDbClusterMember (Maybe Text) Source #
The status of the DB cluster parameter group for this member of the DB cluster.