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
constructor(magneticStoreRetentionPeriodInDays: Output<String>? = null, memoryStoreRetentionPeriodInHours: Output<String>? = null)

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.

Functions

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