continuousBackupConfig

@JvmName(name = "bpibipsjktapqmud")
suspend fun continuousBackupConfig(value: Output<ClusterContinuousBackupConfigArgs>)
@JvmName(name = "beskycmhqwdpveyt")
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 = "xegceyjbdrokotab")
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.