class Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex

Information about a global secondary index for a DynamoDB table replica.

@note When making an API call, you may pass AwsDynamoDbTableReplicaGlobalSecondaryIndex

data as a hash:

    {
      index_name: "NonEmptyString",
      provisioned_throughput_override: {
        read_capacity_units: 1,
      },
    }

@!attribute [rw] index_name

The name of the index.
@return [String]

@!attribute [rw] provisioned_throughput_override

Replica-specific configuration for the provisioned throughput for
the index.
@return [Types::AwsDynamoDbTableProvisionedThroughputOverride]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableReplicaGlobalSecondaryIndex AWS API Documentation

Constants

SENSITIVE