Values.CreateDatabaseRequestSourceCreates a new Timestream database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. For more information, see Amazon Web Services managed keys. Service quotas apply. For details, see code sample.
type nonrec t = {databaseName : ResourceCreateAPIName.t;The name of the Timestream database.
*)kmsKeyId : StringValue2048.t option;The KMS key for the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. For more information, see Amazon Web Services managed keys.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceCreateAPIName.t ])
list ]