メインコンテンツまでスキップ

AWSDynamoDBTableGlobalSecondaryIndex

No description

type AWSDynamoDBTableGlobalSecondaryIndex {
backfilling: Boolean!
arn: String!
name: String!
sizeBytes: Int64!
status: AWSDynamoDBTableGlobalSecondaryIndexStatusType!
numberOfItem: Int64!
keySchema: [AWSDynamoDBTableKeySchemaElement!]!
projection: AWSDynamoDBTableSecondaryIndexProjection
provisionedThroughput: AWSDynamoDBTableProvisionedThroughput
}

Fields

AWSDynamoDBTableGlobalSecondaryIndex.backfilling ● Boolean! non-null scalar

Indicates whether the index is currently backfilling

AWSDynamoDBTableGlobalSecondaryIndex.arn ● String! non-null scalar

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

AWSDynamoDBTableGlobalSecondaryIndex.name ● String! non-null scalar

The name of the global secondary index

AWSDynamoDBTableGlobalSecondaryIndex.sizeBytes ● Int64! non-null scalar

The total size of the specified index, in bytes

AWSDynamoDBTableGlobalSecondaryIndex.status ● AWSDynamoDBTableGlobalSecondaryIndexStatusType! non-null enum

The current state of the global secondary index

AWSDynamoDBTableGlobalSecondaryIndex.numberOfItem ● Int64! non-null scalar

The number of items in the specified index

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

The complete key schema for a global secondary index

AWSDynamoDBTableGlobalSecondaryIndex.projection ● AWSDynamoDBTableSecondaryIndexProjection object

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

AWSDynamoDBTableGlobalSecondaryIndex.provisionedThroughput ● AWSDynamoDBTableProvisionedThroughput object

Represents the provisioned throughput settings for the specified global secondary index

Member of

AWSDynamoDBTable object