RetentionPropertiesPropertiesArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RetentionPropertiesPropertiesArgs

Properties

Link copied to clipboard

The duration for which data must be stored in the magnetic store.

Link copied to clipboard

The duration for which data must be stored in the memory store.