ClusterPersistenceConfigRdbConfigArgs

data class ClusterPersistenceConfigRdbConfigArgs(val rdbSnapshotPeriod: Output<String>? = null, val rdbSnapshotStartTime: Output<String>? = null) : ConvertibleToJava<ClusterPersistenceConfigRdbConfigArgs>

Constructors

Link copied to clipboard
constructor(rdbSnapshotPeriod: Output<String>? = null, rdbSnapshotStartTime: Output<String>? = null)

Properties

Link copied to clipboard
val rdbSnapshotPeriod: Output<String>? = null

Optional. Available snapshot periods for scheduling.

Link copied to clipboard
val rdbSnapshotStartTime: Output<String>? = null

The 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.

Functions

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