AwsDynamoDbTableGlobalSecondaryIndex - AWS Security Hub

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 AWS SDKs, see the following: