View source: R/timestreamwrite_operations.R
timestreamwrite_update_database | R Documentation |
Modifies the KMS key for an existing database. While updating the database, you must specify the database name and the identifier of the new KMS key to be used (KmsKeyId
). If there are any concurrent update_database
requests, first writer wins.
See https://www.paws-r-sdk.com/docs/timestreamwrite_update_database/ for full documentation.
timestreamwrite_update_database(DatabaseName, KmsKeyId)
DatabaseName |
[required] The name of the database. |
KmsKeyId |
[required] The identifier of the new KMS key ( You can specify the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.