class
Amazonite::DynamoDB::ReplicaGlobalSecondaryIndex
- Amazonite::DynamoDB::ReplicaGlobalSecondaryIndex
- Reference
- Object
Overview
Represents the properties of a replica global secondary index.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_global_secondary_index.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil, on_demand_throughput_override : OnDemandThroughputOverride | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String
The name of the global secondary index.
-
#index_name=(index_name : String)
The name of the global secondary index.
-
#on_demand_throughput_override : OnDemandThroughputOverride | Nil
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.
-
#on_demand_throughput_override=(on_demand_throughput_override : OnDemandThroughputOverride | Nil)
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.
-
#provisioned_throughput_override : ProvisionedThroughputOverride | Nil
Replica table GSI-specific provisioned throughput.
-
#provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil)
Replica table GSI-specific provisioned throughput.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.