ttlDuration

@JvmName(name = "mdlgbhalusilctfn")
suspend fun ttlDuration(value: Output<FeatureGroupOnlineStoreConfigTtlDurationArgs>)
@JvmName(name = "fjwakfwwqssaospo")
suspend fun ttlDuration(value: FeatureGroupOnlineStoreConfigTtlDurationArgs?)

Parameters

value

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.


@JvmName(name = "chxblxamqtdgdqne")
suspend fun ttlDuration(argument: suspend FeatureGroupOnlineStoreConfigTtlDurationArgsBuilder.() -> Unit)

Parameters

argument

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.