Update database
async_boto.validation.timestream_write.update_database
UpdateDatabaseRequest
Bases: BaseModel
Modifies the AWS KMS key for an existing database.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DatabaseName |
The name of the database.
TYPE:
|
KmsKeyId |
The identifier of the new AWS KMS key to be used to encrypt the data stored in the database.
TYPE:
|
DatabaseName
instance-attribute
DatabaseName
KmsKeyId
instance-attribute
KmsKeyId
UpdateDatabaseResponse
Bases: BaseModel
The response returned by the service when an UpdateDatabase action is successful.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Database |
A 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 AWS KMS key.
TYPE:
|
Database
instance-attribute
Database