class Aws::TimestreamWrite::Types::CreateDatabaseRequest
@note When making an API call, you may pass CreateDatabaseRequest
data as a hash: { database_name: "ResourceName", # required kms_key_id: "StringValue2048", tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] database_name
The name of the Timestream database. @return [String]
@!attribute [rw] kms_key_id
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. Refer to [AWS managed KMS keys][1] for more info. [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk @return [String]
@!attribute [rw] tags
A list of key-value pairs to label the table. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/CreateDatabaseRequest AWS API Documentation
Constants
- SENSITIVE