GetInstancePersistenceConfigRdbConfig

data class GetInstancePersistenceConfigRdbConfig(val rdbSnapshotPeriod: String, val rdbSnapshotStartTime: String)

Constructors

Link copied to clipboard
constructor(rdbSnapshotPeriod: String, rdbSnapshotStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS

Link copied to clipboard

Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.