ReplicaSettingsDescription class
Represents the properties of a replica.
Constructors
-
ReplicaSettingsDescription({required String regionName, BillingModeSummary? replicaBillingModeSummary, List<
ReplicaGlobalSecondaryIndexSettingsDescription> ? replicaGlobalSecondaryIndexSettings, AutoScalingSettingsDescription? replicaProvisionedReadCapacityAutoScalingSettings, int? replicaProvisionedReadCapacityUnits, AutoScalingSettingsDescription? replicaProvisionedWriteCapacityAutoScalingSettings, int? replicaProvisionedWriteCapacityUnits, ReplicaStatus? replicaStatus}) -
ReplicaSettingsDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- regionName → String
-
The Region name of the replica.
final
- replicaBillingModeSummary → BillingModeSummary?
-
The read/write capacity mode of the replica.
final
-
replicaGlobalSecondaryIndexSettings
→ List<
ReplicaGlobalSecondaryIndexSettingsDescription> ? -
Replica global secondary index settings for the global table.
final
- replicaProvisionedReadCapacityAutoScalingSettings → AutoScalingSettingsDescription?
-
Auto scaling settings for a global table replica's read capacity units.
final
- replicaProvisionedReadCapacityUnits → int?
-
The maximum number of strongly consistent reads consumed per second before
DynamoDB returns a
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.final - replicaProvisionedWriteCapacityAutoScalingSettings → AutoScalingSettingsDescription?
-
Auto scaling settings for a global table replica's write capacity units.
final
- replicaProvisionedWriteCapacityUnits → int?
-
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.final - replicaStatus → ReplicaStatus?
-
The current state of the Region:
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