AwsDynamoDbTableGlobalSecondaryIndex - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsDynamoDbTableGlobalSecondaryIndex

Information abut a global secondary index for the table.

Contents

Backfilling

Whether the index is currently backfilling.

Type: Boolean

Required: No

IndexArn

The ARN of the index.

Type: String

Pattern: .*\S.*

Required: No

IndexName

The name of the index.

Type: String

Pattern: .*\S.*

Required: No

IndexSizeBytes

The total size in bytes of the index.

Type: Long

Required: No

IndexStatus

The current status of the index.

  • ACTIVE

  • CREATING

  • DELETING

  • UPDATING

Type: String

Pattern: .*\S.*

Required: No

ItemCount

The number of items in the index.

Type: Integer

Required: No

KeySchema

The key schema for the index.

Type: Array of AwsDynamoDbTableKeySchema objects

Required: No

Projection

Attributes that are copied from the table into an index.

Type: AwsDynamoDbTableProjection object

Required: No

ProvisionedThroughput

Information about the provisioned throughput settings for the indexes.

Type: AwsDynamoDbTableProvisionedThroughput object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: