class Aws::TimestreamWrite::Types::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 KMS key.

@!attribute [rw] arn

The Amazon Resource Name that uniquely identifies this database.
@return [String]

@!attribute [rw] database_name

The name of the Timestream database.
@return [String]

@!attribute [rw] table_count

The total number of tables found within a Timestream database.
@return [Integer]

@!attribute [rw] kms_key_id

The identifier of the KMS key used to encrypt the data stored in the
database.
@return [String]

@!attribute [rw] creation_time

The time when the database was created, calculated from the Unix
epoch time.
@return [Time]

@!attribute [rw] last_updated_time

The last time that this database was updated.
@return [Time]

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

Constants

SENSITIVE