Values.CreateTableRequestSourceAdds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same database. You might have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. See code sample for details.
type nonrec t = {databaseName : ResourceCreateAPIName.t;The name of the Timestream database.
*)tableName : ResourceCreateAPIName.t;The name of the Timestream table.
*)retentionProperties : RetentionProperties.t option;The duration for which your time-series data must be stored in the memory store and the magnetic store.
*)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 make :
?retentionProperties:??? ->
?tags:??? ->
?magneticStoreWriteProperties:??? ->
?schema:??? ->
databaseName:ResourceCreateAPIName.t ->
tableName:ResourceCreateAPIName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceCreateAPIName.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 ])
list ]