Backup Plan Args
data class BackupPlanArgs(val active: Output<Boolean>? = null, val backupPeriod: Output<String>? = null, val backupTime: Output<String>? = null, val clusterId: Output<String>? = null, val dataCenterId: Output<String>? = null, val retentionPeriod: Output<Int>? = null) : ConvertibleToJava<BackupPlanArgs>
Provides a Cassandra Backup Plan resource. For information about Cassandra Backup Plan and how to use it, see What is Backup Plan.
NOTE: Available in v1.128.0+.
Import
Cassandra Backup Plan can be imported using the id, e.g.
$ pulumi import alicloud:cassandra/backupPlan:BackupPlan example <cluster_id>:<data_center_id>
Content copied to clipboard