BackupPlan

class BackupPlan : KotlinCustomResource

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+. DEPRECATED: This resource has been deprecated from version 1.220.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>

Properties

Link copied to clipboard
val active: Output<Boolean>

Specifies whether to activate the backup plan. Valid values: True, False. Default value: True.

Link copied to clipboard
val backupPeriod: Output<String>

The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.

Link copied to clipboard
val backupTime: Output<String>

The start time of the backup task each day. The time is displayed in UTC and denoted by Z.

Link copied to clipboard
val clusterId: Output<String>

The ID of the cluster for the backup.

Link copied to clipboard
val dataCenterId: Output<String>

The ID of the data center for the backup in the cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retentionPeriod: Output<Int>

The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value: 30.

Link copied to clipboard
val urn: Output<String>