ReplicaDescription class
Contains the details of the replica.
Constructors
-
ReplicaDescription({List<
ReplicaGlobalSecondaryIndexDescription> ? globalSecondaryIndexes, String? kMSMasterKeyId, ProvisionedThroughputOverride? provisionedThroughputOverride, String? regionName, DateTime? replicaInaccessibleDateTime, ReplicaStatus? replicaStatus, String? replicaStatusDescription, String? replicaStatusPercentProgress}) -
ReplicaDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
globalSecondaryIndexes
→ List<
ReplicaGlobalSecondaryIndexDescription> ? -
Replica-specific global secondary index settings.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kMSMasterKeyId → String?
-
The AWS KMS customer master key (CMK) of the replica that will be used for
AWS KMS encryption.
final
- provisionedThroughputOverride → ProvisionedThroughputOverride?
-
Replica-specific provisioned throughput. If not described, uses the source
table's provisioned throughput settings.
final
- regionName → String?
-
The name of the Region.
final
- replicaInaccessibleDateTime → DateTime?
-
The time at which the replica was first detected as inaccessible. To
determine cause of inaccessibility check the
ReplicaStatus
property.final - replicaStatus → ReplicaStatus?
-
The current state of the replica:
final
- replicaStatusDescription → String?
-
Detailed information about the replica status.
final
- replicaStatusPercentProgress → String?
-
Specifies the progress of a Create, Update, or Delete action on the replica
as a percentage.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited