Values.AssociateBackupVaultMpaApprovalTeamInputSourceAssociates an MPA approval team with a backup vault.
type nonrec t = {backupVaultName : BackupVaultName.t;The name of the backup vault to associate with the MPA approval team.
*)mpaApprovalTeamArn : ARN.t;The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.
*)requesterComment : RequesterComment.t option;A comment provided by the requester explaining the association request.
*)}val make :
?requesterComment:??? ->
backupVaultName:BackupVaultName.t ->
mpaApprovalTeamArn:ARN.t ->
unit ->
t