Values.SourceTableFeatureDetailsSourceContains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
type nonrec t = {localSecondaryIndexes : LocalSecondaryIndexes.t option;Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.
*)globalSecondaryIndexes : GlobalSecondaryIndexes.t option;Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.
*)streamDescription : StreamSpecification.t option;Stream settings on the table when the backup was created.
*)timeToLiveDescription : TimeToLiveDescription.t option;Time to Live settings on the table when the backup was created.
*)sSEDescription : SSEDescription.t option;The description of the server-side encryption status on the table when the backup was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of KeySchemaAttributeName.t ])
list ]
list
| `String of IndexName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of NonKeyAttributeName.t ] list
| `Long of PositiveLongObject.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Boolean of StreamEnabled.t
| `Enum of string
| `String of TimeToLiveAttributeName.t
| `Timestamp of Date.t ])
list ])
list ]