Values.TableSourceRepresents a database table in Timestream. Tables contain one or more related time series. You can modify the retention duration of the memory store and the magnetic store for a table.
type nonrec t = {arn : String_.t option;The Amazon Resource Name that uniquely identifies this table.
*)tableName : ResourceName.t option;The name of the Timestream table.
*)databaseName : ResourceName.t option;The name of the Timestream database that contains this table.
*)tableStatus : TableStatus.t option;The current state of the table: DELETING - The table is being deleted. ACTIVE - The table is ready for use.
*)retentionProperties : RetentionProperties.t option;The retention duration for the memory store and magnetic store.
*)creationTime : Date.t option;The time when the Timestream table was created.
*)lastUpdatedTime : Date.t option;The time when the Timestream table was last updated.
*)magneticStoreWriteProperties : MagneticStoreWriteProperties.t option;Contains properties to set on the table when enabling magnetic store writes.
*)schema : Schema.t option;The schema of the table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ])
list ]
list
| `Long of MemoryStoreRetentionPeriodInHours.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of S3BucketName.t ])
list ])
list ])
list
| `Timestamp of Date.t ])
list ]