You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsDynamoDbTableReplicaWhen passing AwsDynamoDbTableReplica as input to an Aws::Client method, you can use a vanilla Hash:
{
global_secondary_indexes: [
{
index_name: "NonEmptyString",
provisioned_throughput_override: {
read_capacity_units: 1,
},
},
],
kms_master_key_id: "NonEmptyString",
provisioned_throughput_override: {
read_capacity_units: 1,
},
region_name: "NonEmptyString",
replica_status: "NonEmptyString",
replica_status_description: "NonEmptyString",
}
Information about a replica of a DynamoDB table.
Instance Attribute Summary collapseList of global secondary indexes for the replica.
The identifier of the AWS KMS customer master key (CMK) that will be used for AWS KMS encryption for the replica.
Replica-specific configuration for the provisioned throughput.
The name of the Region where the replica is located.
The current status of the replica.
Detailed information about the replica status.
The identifier of the AWS KMS customer master key (CMK) that will be used for AWS KMS encryption for the replica.
#region_name ⇒ StringThe name of the Region where the replica is located.
#replica_status ⇒ StringThe current status of the replica.
#replica_status_description ⇒ StringDetailed information about the replica status.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4