Values.AwsDynamoDbTableGlobalSecondaryIndexSourceInformation abut a global secondary index for the table.
type nonrec t = {backfilling : Boolean.t option;Whether the index is currently backfilling.
*)indexArn : NonEmptyString.t option;The ARN of the index.
*)indexName : NonEmptyString.t option;The name of the index.
*)indexSizeBytes : SizeBytes.t option;The total size in bytes of the index.
*)indexStatus : NonEmptyString.t option;The current status of the index. ACTIVE CREATING DELETING UPDATING
*)itemCount : Integer.t option;The number of items in the index.
*)keySchema : AwsDynamoDbTableKeySchemaList.t option;The key schema for the index.
*)projection : AwsDynamoDbTableProjection.t option;Attributes that are copied from the table into an index.
*)provisionedThroughput : AwsDynamoDbTableProvisionedThroughput.t option;Information about the provisioned throughput settings for the indexes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `Long of SizeBytes.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]