Values.DatabaseSourceA top-level container for a table. Databases and tables are the fundamental management concepts in Amazon Timestream. All tables in a database are encrypted with the same KMS key.
type nonrec t = {arn : String_.t option;The Amazon Resource Name that uniquely identifies this database.
*)databaseName : ResourceName.t option;The name of the Timestream database.
*)tableCount : Long.t option;The total number of tables found within a Timestream database.
*)kmsKeyId : StringValue2048.t option;The identifier of the KMS key used to encrypt the data stored in the database.
*)creationTime : Date.t option;The time when the database was created, calculated from the Unix epoch time.
*)lastUpdatedTime : Date.t option;The last time that this database was updated.
*)}