TableTtlArgs

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

Constructors

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

Properties

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

Name of the table attribute to store the TTL timestamp in. Required if enabled is true, must not be set otherwise.

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

Whether TTL is enabled. Default value is false.

Functions

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