automatedBackupPolicy

@JvmName(name = "mxqsglnpxjhwgkrp")
suspend fun automatedBackupPolicy(value: Output<ClusterAutomatedBackupPolicyArgs>)
@JvmName(name = "ulihewiwwfmoryot")
suspend fun automatedBackupPolicy(value: ClusterAutomatedBackupPolicyArgs?)

Parameters

value

The automated backup policy for this cluster. If no policy is provided then the default policy will be used. The default policy takes one backup a day, has a backup window of 1 hour, and retains backups for 14 days. Structure is documented below.


@JvmName(name = "krcheibtjlpmlctg")
suspend fun automatedBackupPolicy(argument: suspend ClusterAutomatedBackupPolicyArgsBuilder.() -> Unit)

Parameters

argument

The automated backup policy for this cluster. If no policy is provided then the default policy will be used. The default policy takes one backup a day, has a backup window of 1 hour, and retains backups for 14 days. Structure is documented below.