class Aws::TimestreamWrite::Types::UpdateDatabaseRequest

@note When making an API call, you may pass UpdateDatabaseRequest

data as a hash:

    {
      database_name: "ResourceName", # required
      kms_key_id: "StringValue2048", # required
    }

@!attribute [rw] database_name

The name of the database.
@return [String]

@!attribute [rw] kms_key_id

The identifier of the new KMS key (`KmsKeyId`) to be used to encrypt
the data stored in the database. If the `KmsKeyId` currently
registered with the database is the same as the `KmsKeyId` in the
request, there will not be any update.

You can specify the `KmsKeyId` using any of the following:

* Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`

* Key ARN:
  `arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`

* Alias name: `alias/ExampleAlias`

* Alias ARN: `arn:aws:kms:us-east-1:111122223333:alias/ExampleAlias`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/UpdateDatabaseRequest AWS API Documentation

Constants

SENSITIVE