class
Amazonite::DynamoDB::UpdateReplicationGroupMemberAction
- Amazonite::DynamoDB::UpdateReplicationGroupMemberAction
- Reference
- Object
Overview
Represents a replica to be modified.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_replication_group_member_action.crConstructors
- .new(pull : JSON::PullParser)
- .new(region_name : String, kms_master_key_id : String | Nil = nil, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil, on_demand_throughput_override : OnDemandThroughputOverride | Nil = nil, global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil = nil, table_class_override : TableClass | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil
Replica-specific global secondary index settings.
-
#global_secondary_indexes=(global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil)
Replica-specific global secondary index settings.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_master_key_id : String | Nil
The KMS key of the replica that should be used for KMS encryption.
-
#kms_master_key_id=(kms_master_key_id : String | Nil)
The KMS key of the replica that should be used for KMS encryption.
-
#on_demand_throughput_override : OnDemandThroughputOverride | Nil
Overrides the maximum on-demand throughput for the replica table.
-
#on_demand_throughput_override=(on_demand_throughput_override : OnDemandThroughputOverride | Nil)
Overrides the maximum on-demand throughput for the replica table.
-
#provisioned_throughput_override : ProvisionedThroughputOverride | Nil
Replica-specific provisioned throughput.
-
#provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil)
Replica-specific provisioned throughput.
-
#region_name : String
The Region where the replica exists.
-
#region_name=(region_name : String)
The Region where the replica exists.
-
#table_class_override : TableClass | Nil
Replica-specific table class.
-
#table_class_override=(table_class_override : 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?.
Replica-specific global secondary index settings.
Replica-specific global secondary index settings.
The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key
ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this
parameter if the key is different from the default DynamoDB KMS key alias/aws/dynamodb.
The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key
ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this
parameter if the key is different from the default DynamoDB KMS key alias/aws/dynamodb.
Overrides the maximum on-demand throughput for the replica table.
Overrides the maximum on-demand throughput for the replica table.
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
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.