Backup

class Backup : KotlinCustomResource

Creates a Backup for a domain. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val backupId: Output<String>

Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain.

Link copied to clipboard
val createTime: Output<String>

The time the backups was created.

Link copied to clipboard
val domainId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard
val name: Output<String>

The unique name of the Backup in the form of projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}

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 state: Output<String>

The current state of the backup.

Link copied to clipboard
val statusMessage: Output<String>

Additional information about the current status of this backup, if available.

Link copied to clipboard
val type: Output<String>

Indicates whether it’s an on-demand backup or scheduled.

Link copied to clipboard
val updateTime: Output<String>

Last update time.

Link copied to clipboard
val urn: Output<String>