DatabaseArgs

data class DatabaseArgs(val databaseName: Output<String>? = null, val kmsKeyId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DatabaseArgs>

The AWS::Timestream::Database resource creates a Timestream database.

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>? = null, kmsKeyId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val databaseName: Output<String>? = null

The name for the database. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the database name.

Link copied to clipboard
val kmsKeyId: Output<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: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DatabaseArgs