Table Time To Live Specification Args
data class TableTimeToLiveSpecificationArgs(val attributeName: Output<String>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<TableTimeToLiveSpecificationArgs>
Represents the settings used to enable or disable Time to Live (TTL) for the specified table.