TableTtlArgs

data class TableTtlArgs(val attributeName: Output<String>, val enabled: Output<Boolean>? = null) : ConvertibleToJava<TableTtlArgs>

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>, enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val attributeName: Output<String>

Name of the table attribute to store the TTL timestamp in.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether TTL is enabled.

Functions

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