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 ReplicaDescription = ReplicaDescription' {
- replicaStatus :: Maybe ReplicaStatus
- regionName :: Maybe Text
- replicaStatusPercentProgress :: Maybe Text
- replicaStatusDescription :: Maybe Text
- replicaInaccessibleDateTime :: Maybe POSIX
- kmsMasterKeyId :: Maybe Text
- provisionedThroughputOverride :: Maybe ProvisionedThroughputOverride
- globalSecondaryIndexes :: Maybe [ReplicaGlobalSecondaryIndexDescription]
- newReplicaDescription :: ReplicaDescription
- replicaDescription_replicaStatus :: Lens' ReplicaDescription (Maybe ReplicaStatus)
- replicaDescription_regionName :: Lens' ReplicaDescription (Maybe Text)
- replicaDescription_replicaStatusPercentProgress :: Lens' ReplicaDescription (Maybe Text)
- replicaDescription_replicaStatusDescription :: Lens' ReplicaDescription (Maybe Text)
- replicaDescription_replicaInaccessibleDateTime :: Lens' ReplicaDescription (Maybe UTCTime)
- replicaDescription_kmsMasterKeyId :: Lens' ReplicaDescription (Maybe Text)
- replicaDescription_provisionedThroughputOverride :: Lens' ReplicaDescription (Maybe ProvisionedThroughputOverride)
- replicaDescription_globalSecondaryIndexes :: Lens' ReplicaDescription (Maybe [ReplicaGlobalSecondaryIndexDescription])
Documentation
data ReplicaDescription Source #
Contains the details of the replica.
See: newReplicaDescription
smart constructor.
ReplicaDescription' | |
|
Instances
newReplicaDescription :: ReplicaDescription Source #
Create a value of ReplicaDescription
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:replicaStatus:ReplicaDescription'
, replicaDescription_replicaStatus
- The current state of the replica:
CREATING
- The replica is being created.UPDATING
- The replica is being updated.DELETING
- The replica is being deleted.ACTIVE
- The replica is ready for use.REGION_DISABLED
- The replica is inaccessible because the AWS Region has been disabled.If the AWS Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
INACCESSIBLE_ENCRYPTION_CREDENTIALS
- The AWS KMS key used to encrypt the table is inaccessible.If the AWS KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
$sel:regionName:ReplicaDescription'
, replicaDescription_regionName
- The name of the Region.
$sel:replicaStatusPercentProgress:ReplicaDescription'
, replicaDescription_replicaStatusPercentProgress
- Specifies the progress of a Create, Update, or Delete action on the
replica as a percentage.
$sel:replicaStatusDescription:ReplicaDescription'
, replicaDescription_replicaStatusDescription
- Detailed information about the replica status.
$sel:replicaInaccessibleDateTime:ReplicaDescription'
, replicaDescription_replicaInaccessibleDateTime
- The time at which the replica was first detected as inaccessible. To
determine cause of inaccessibility check the ReplicaStatus
property.
$sel:kmsMasterKeyId:ReplicaDescription'
, replicaDescription_kmsMasterKeyId
- The AWS KMS customer master key (CMK) of the replica that will be used
for AWS KMS encryption.
$sel:provisionedThroughputOverride:ReplicaDescription'
, replicaDescription_provisionedThroughputOverride
- Replica-specific provisioned throughput. If not described, uses the
source table's provisioned throughput settings.
$sel:globalSecondaryIndexes:ReplicaDescription'
, replicaDescription_globalSecondaryIndexes
- Replica-specific global secondary index settings.
replicaDescription_replicaStatus :: Lens' ReplicaDescription (Maybe ReplicaStatus) Source #
The current state of the replica:
CREATING
- The replica is being created.UPDATING
- The replica is being updated.DELETING
- The replica is being deleted.ACTIVE
- The replica is ready for use.REGION_DISABLED
- The replica is inaccessible because the AWS Region has been disabled.If the AWS Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
INACCESSIBLE_ENCRYPTION_CREDENTIALS
- The AWS KMS key used to encrypt the table is inaccessible.If the AWS KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
replicaDescription_regionName :: Lens' ReplicaDescription (Maybe Text) Source #
The name of the Region.
replicaDescription_replicaStatusPercentProgress :: Lens' ReplicaDescription (Maybe Text) Source #
Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
replicaDescription_replicaStatusDescription :: Lens' ReplicaDescription (Maybe Text) Source #
Detailed information about the replica status.
replicaDescription_replicaInaccessibleDateTime :: Lens' ReplicaDescription (Maybe UTCTime) Source #
The time at which the replica was first detected as inaccessible. To
determine cause of inaccessibility check the ReplicaStatus
property.
replicaDescription_kmsMasterKeyId :: Lens' ReplicaDescription (Maybe Text) Source #
The AWS KMS customer master key (CMK) of the replica that will be used for AWS KMS encryption.
replicaDescription_provisionedThroughputOverride :: Lens' ReplicaDescription (Maybe ProvisionedThroughputOverride) Source #
Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings.
replicaDescription_globalSecondaryIndexes :: Lens' ReplicaDescription (Maybe [ReplicaGlobalSecondaryIndexDescription]) Source #
Replica-specific global secondary index settings.