Database

class 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name that uniquely identifies this database.

Link copied to clipboard

The time when the database was created, calculated from the Unix epoch time.

Link copied to clipboard

The name of the Timestream database.

Link copied to clipboard

The identifier of the KMS key used to encrypt the data stored in the database.

Link copied to clipboard

The last time that this database was updated.

Link copied to clipboard

The total number of tables found within a Timestream database.

Functions

Link copied to clipboard
inline fun copy(block: Database.Builder.() -> Unit = {}): Database
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String