GetDatabaseResult

data class GetDatabaseResult(val arn: String, val createdTime: String, val id: String, val kmsKeyId: String, val lastUpdatedTime: String, val name: String, val tableCount: Int)

A collection of values returned by getDatabase.

Constructors

Link copied to clipboard
constructor(arn: String, createdTime: String, id: String, kmsKeyId: String, lastUpdatedTime: String, name: String, tableCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN that uniquely identifies this database.

Link copied to clipboard

Creation time of database.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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

Link copied to clipboard

Last time database was updated.

Link copied to clipboard
Link copied to clipboard

Total number of tables in the Timestream database.