Instance Persistence Config Args
data class InstancePersistenceConfigArgs(val persistenceMode: Output<String>? = null, val rdbNextSnapshotTime: Output<String>? = null, val rdbSnapshotPeriod: Output<String>? = null, val rdbSnapshotStartTime: Output<String>? = null) : ConvertibleToJava<InstancePersistenceConfigArgs>
Constructors
Link copied to clipboard
fun InstancePersistenceConfigArgs(persistenceMode: Output<String>? = null, rdbNextSnapshotTime: Output<String>? = null, rdbSnapshotPeriod: Output<String>? = null, rdbSnapshotStartTime: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. Date and 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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".