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