createBackupVault
inline suspend fun BackupClient.createBackupVault(crossinline block: CreateBackupVaultRequest.Builder.() -> Unit): CreateBackupVaultResponse
Creates a logical container where backups are stored. A CreateBackupVault
request includes a name, optionally one or more resource tags, an encryption key, and a request ID.
Do not include sensitive data, such as passport numbers, in the name of a backup vault.