continuousBackupConfig

@JvmName(name = "yqiwupoxmhwpvrxc")
suspend fun continuousBackupConfig(value: Output<ClusterContinuousBackupConfigArgs>)
@JvmName(name = "qxjorukwhqjgnvhp")
suspend fun continuousBackupConfig(value: ClusterContinuousBackupConfigArgs?)

Parameters

value

The continuous backup config for this cluster. If no policy is provided then the default policy will be used. The default policy takes one backup a day and retains backups for 14 days. Structure is documented below.


@JvmName(name = "xhyvwjgqpcdqwdmh")
suspend fun continuousBackupConfig(argument: suspend ClusterContinuousBackupConfigArgsBuilder.() -> Unit)

Parameters

argument

The continuous backup config for this cluster. If no policy is provided then the default policy will be used. The default policy takes one backup a day and retains backups for 14 days. Structure is documented below.