AwsDynamoDbTableLocalSecondaryIndex - 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).

AwsDynamoDbTableLocalSecondaryIndex

Information about a local secondary index for a DynamoDB table.

Contents

IndexArn

The ARN of the index.

Type: String

Pattern: .*\S.*

Required: No

IndexName

The name of the index.

Type: String

Pattern: .*\S.*

Required: No

KeySchema

The complete key schema for the index.

Type: Array of AwsDynamoDbTableKeySchema objects

Required: No

Projection

Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

Type: AwsDynamoDbTableProjection object

Required: No

See Also

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