changeFeedRetentionInDays

@JvmName(name = "bhkdcipokjixpcvc")
suspend fun changeFeedRetentionInDays(value: Output<Int>)
@JvmName(name = "ociaejouxnpjcnht")
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).