AWSDynamoDBTableSecondaryIndexProjection
No description
type AWSDynamoDBTableSecondaryIndexProjection {
nonKeyAttributes: [String!]!
type: AWSDynamoDBTableSecondaryIndexProjectionType!
}
Fields
AWSDynamoDBTableSecondaryIndexProjection.nonKeyAttributes
● [String!]!
non-null scalar
Represents the non-key attribute names which will be projected into the index
AWSDynamoDBTableSecondaryIndexProjection.type
● AWSDynamoDBTableSecondaryIndexProjectionType!
non-null enum
The set of attributes that are projected into the index
Member of
AWSDynamoDBTableGlobalSecondaryIndex
object ● AWSDynamoDBTableLocalSecondaryIndex
object