TableRetentionPropertiesArgs

data class TableRetentionPropertiesArgs(val magneticStoreRetentionPeriodInDays: Output<Int>, val memoryStoreRetentionPeriodInHours: Output<Int>) : ConvertibleToJava<TableRetentionPropertiesArgs>

Constructors

Link copied to clipboard
fun TableRetentionPropertiesArgs(magneticStoreRetentionPeriodInDays: Output<Int>, memoryStoreRetentionPeriodInHours: Output<Int>)

Functions

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

Properties

Link copied to clipboard

The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.

Link copied to clipboard

The duration for which data must be stored in the memory store. Minimum value of 1. Maximum value of 8766.