Skip to main content

AWSDynamoDBTableLocalSecondaryIndex

No description

type AWSDynamoDBTableLocalSecondaryIndex {
arn: String!
name: String!
sizeBytes: Int64!
numberOfItem: Int64!
keySchema: [AWSDynamoDBTableKeySchemaElement!]!
projection: AWSDynamoDBTableSecondaryIndexProjection
}

Fields

AWSDynamoDBTableLocalSecondaryIndex.arn ● String! non-null scalar

The Amazon Resource Name (ARN) that uniquely identifies the index

AWSDynamoDBTableLocalSecondaryIndex.name ● String! non-null scalar

The name of the local secondary index

AWSDynamoDBTableLocalSecondaryIndex.sizeBytes ● Int64! non-null scalar

The total size of the specified index, in bytes

AWSDynamoDBTableLocalSecondaryIndex.numberOfItem ● Int64! non-null scalar

The number of items in the specified index

AWSDynamoDBTableLocalSecondaryIndex.keySchema ● [AWSDynamoDBTableKeySchemaElement!]! non-null object

The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types

AWSDynamoDBTableLocalSecondaryIndex.projection ● AWSDynamoDBTableSecondaryIndexProjection object

Represents attributes that are copied (projected) from the table into the global secondary index

Member of

AWSDynamoDBTable object