Backup Args
data class BackupArgs(val backupId: Output<String>? = null, val description: Output<String>? = null, val domainId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val project: Output<String>? = null) : ConvertibleToJava<BackupArgs>
Creates a Backup for a domain. Auto-naming is currently not supported for this resource.
Constructors
Properties
Link copied to clipboard
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
Optional. A short description of the backup.