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 GlobalClusterMember = GlobalClusterMember' {}
- newGlobalClusterMember :: GlobalClusterMember
- globalClusterMember_readers :: Lens' GlobalClusterMember (Maybe [Text])
- globalClusterMember_dbClusterArn :: Lens' GlobalClusterMember (Maybe Text)
- globalClusterMember_isWriter :: Lens' GlobalClusterMember (Maybe Bool)
- globalClusterMember_globalWriteForwardingStatus :: Lens' GlobalClusterMember (Maybe WriteForwardingStatus)
Documentation
data GlobalClusterMember Source #
A data structure with information about any primary and secondary clusters associated with an Aurora global database.
See: newGlobalClusterMember
smart constructor.
GlobalClusterMember' | |
|
Instances
newGlobalClusterMember :: GlobalClusterMember Source #
Create a value of GlobalClusterMember
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:readers:GlobalClusterMember'
, globalClusterMember_readers
- The Amazon Resource Name (ARN) for each read-only secondary cluster
associated with the Aurora global database.
$sel:dbClusterArn:GlobalClusterMember'
, globalClusterMember_dbClusterArn
- The Amazon Resource Name (ARN) for each Aurora cluster.
$sel:isWriter:GlobalClusterMember'
, globalClusterMember_isWriter
- Specifies whether the Aurora cluster is the primary cluster (that is,
has read-write capability) for the Aurora global database with which it
is associated.
$sel:globalWriteForwardingStatus:GlobalClusterMember'
, globalClusterMember_globalWriteForwardingStatus
- Specifies whether a secondary cluster in an Aurora global database has
write forwarding enabled, not enabled, or is in the process of enabling
it.
globalClusterMember_readers :: Lens' GlobalClusterMember (Maybe [Text]) Source #
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
globalClusterMember_dbClusterArn :: Lens' GlobalClusterMember (Maybe Text) Source #
The Amazon Resource Name (ARN) for each Aurora cluster.
globalClusterMember_isWriter :: Lens' GlobalClusterMember (Maybe Bool) Source #
Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.
globalClusterMember_globalWriteForwardingStatus :: Lens' GlobalClusterMember (Maybe WriteForwardingStatus) Source #
Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.