You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Defined in:
- (unknown)
Overview
Note:
When passing AwsDynamoDbTableReplicaGlobalSecondaryIndex as input to an Aws::Client method, you can use a vanilla Hash:
{
index_name: "NonEmptyString",
provisioned_throughput_override: {
read_capacity_units: 1,
},
}
Information about a global secondary index for a DynamoDB table replica.
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the index.
-
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Replica-specific configuration for the provisioned throughput for the index.
Instance Attribute Details
#index_name ⇒ String
The name of the index.
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Replica-specific configuration for the provisioned throughput for the index.