BackupSchedule

class BackupSchedule : KotlinCustomResource

Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule with retention up to 7 days and one weekly backup schedule with retention up to 14 weeks. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The timestamp at which this backup schedule was created and effective since. No backups will be created for this schedule before this time.

Link copied to clipboard

For a schedule that runs daily at a specified time.

Link copied to clipboard
val databaseId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The unique backup schedule identifier across all locations and databases for the given project. This will be auto-assigned. Format is projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retention: Output<String>

At what relative time in the future, compared to the creation time of the backup should the backup be deleted, i.e. keep backups for 7 days.

Link copied to clipboard
val updateTime: Output<String>

The timestamp at which this backup schedule was most recently updated. When a backup schedule is first created, this is the same as create_time.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

For a schedule that runs weekly on a specific day and time.