class
Amazonite::DynamoDB::ReplicaSettingsUpdate
- Amazonite::DynamoDB::ReplicaSettingsUpdate
- Reference
- Object
Overview
Represents the settings for a global table in a Region that will be modified.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_settings_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(region_name : String, replica_provisioned_read_capacity_units : Int64 | Nil = nil, replica_provisioned_read_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil = nil, replica_global_secondary_index_settings_update : Array(ReplicaGlobalSecondaryIndexSettingsUpdate) | Nil = nil, replica_table_class : TableClass | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#region_name : String
The Region of the replica to be added.
-
#region_name=(region_name : String)
The Region of the replica to be added.
-
#replica_global_secondary_index_settings_update : Array(ReplicaGlobalSecondaryIndexSettingsUpdate) | Nil
Represents the settings of a global secondary index for a global table that will be modified.
-
#replica_global_secondary_index_settings_update=(replica_global_secondary_index_settings_update : Array(ReplicaGlobalSecondaryIndexSettingsUpdate) | Nil)
Represents the settings of a global secondary index for a global table that will be modified.
-
#replica_provisioned_read_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil
Auto scaling settings for managing a global table replica's read capacity units.
-
#replica_provisioned_read_capacity_auto_scaling_settings_update=(replica_provisioned_read_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil)
Auto scaling settings for managing a global table replica's read capacity units.
-
#replica_provisioned_read_capacity_units : Int64 | Nil
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. -
#replica_provisioned_read_capacity_units=(replica_provisioned_read_capacity_units : Int64 | Nil)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. -
#replica_table_class : TableClass | Nil
Replica-specific table class.
-
#replica_table_class=(replica_table_class : TableClass | Nil)
Replica-specific table class.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the settings of a global secondary index for a global table that will be modified.
Represents the settings of a global secondary index for a global table that will be modified.
Auto scaling settings for managing a global table replica's read capacity units.
Auto scaling settings for managing a global table replica's read capacity units.
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.
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.
Replica-specific table class. If not specified, uses the source table's table class.
Replica-specific table class. If not specified, uses the source table's table class.