Values.RevokeRestoreAccessBackupVaultInputSourceRevokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault.
type nonrec t = {backupVaultName : BackupVaultName.t;The name of the source backup vault associated with the restore access backup vault to be revoked.
*)restoreAccessBackupVaultArn : ARN.t;The ARN of the restore access backup vault to revoke.
*)requesterComment : RequesterComment.t option;A comment explaining the reason for revoking access to the restore access backup vault.
*)}val make :
?requesterComment:??? ->
backupVaultName:BackupVaultName.t ->
restoreAccessBackupVaultArn:ARN.t ->
unit ->
t