changeFeedRetentionInDays

@JvmName(name = "eeahupkxcyaiehev")
suspend fun changeFeedRetentionInDays(value: Output<Int>)
@JvmName(name = "odhatofkvovnvsqe")
suspend fun changeFeedRetentionInDays(value: Int?)

Parameters

value

The duration of change feed events retention in days. The possible values are between 1 and 146000 days (400 years). Setting this to null (or omit this in the configuration file) indicates an infinite retention of the change feed.

Note: This field cannot be configured when kind is set to Storage (V1).