Method: Aws::TimestreamWrite::Types::CreateDatabaseRequest#kms_key_id
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
#kms_key_id ⇒ String
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].
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk
263 264 265 266 267 268 269 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 263 class CreateDatabaseRequest < Struct.new( :database_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |