class
Amazonite::DynamoDB::CreateReplicationGroupMemberAction
- Amazonite::DynamoDB::CreateReplicationGroupMemberAction
- Reference
- Object
Overview
Represents a replica to be created.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/create_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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 that should be used for KMS encryption in the new replica.
-
#kms_master_key_id=(kms_master_key_id : String | Nil)
The KMS key that should be used for KMS encryption in the new replica.
-
#on_demand_throughput_override : OnDemandThroughputOverride | Nil
The maximum on-demand throughput settings for the specified replica table being created.
-
#on_demand_throughput_override=(on_demand_throughput_override : OnDemandThroughputOverride | Nil)
The maximum on-demand throughput settings for the specified replica table being created.
-
#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 new replica will be created.
-
#region_name=(region_name : String)
The Region where the new replica will be created.
-
#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 that should be used for KMS encryption in the new replica. 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 that should be used for KMS encryption in the new replica. 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 maximum on-demand throughput settings for the specified replica table being created. You can
only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for
individual replica tables.
The maximum on-demand throughput settings for the specified replica table being created. You can
only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for
individual replica tables.
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.