GetDatabaseResult

data class GetDatabaseResult(val arn: String? = null, val kmsKeyId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, kmsKeyId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The arn of the database.

Link copied to clipboard
val kmsKeyId: String? = null

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.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.