Retention Properties Properties Args
data class RetentionPropertiesPropertiesArgs(val magneticStoreRetentionPeriodInDays: Output<String>? = null, val memoryStoreRetentionPeriodInHours: Output<String>? = null) : ConvertibleToJava<RetentionPropertiesPropertiesArgs>
The retention duration of the memory store and the magnetic store.
Constructors
Link copied to clipboard
fun RetentionPropertiesPropertiesArgs(magneticStoreRetentionPeriodInDays: Output<String>? = null, memoryStoreRetentionPeriodInHours: Output<String>? = null)