continuousBackupConfig

@JvmName(name = "ckbvnghkitggwruu")
suspend fun continuousBackupConfig(value: Output<ClusterContinuousBackupConfigArgs>)
@JvmName(name = "ulegpulfmaydkrvl")
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 = "ehojnosmgpkbnven")
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.