Backup / Client / associate_backup_vault_mpa_approval_team

associate_backup_vault_mpa_approval_team

Backup.Client.associate_backup_vault_mpa_approval_team(**kwargs)

Associates an MPA approval team with a backup vault.

See also: AWS API Documentation

Request Syntax

response = client.associate_backup_vault_mpa_approval_team(
    BackupVaultName='string',
    MpaApprovalTeamArn='string',
    RequesterComment='string'
)
Parameters:
  • BackupVaultName (string) –

    [REQUIRED]

    The name of the backup vault to associate with the MPA approval team.

  • MpaApprovalTeamArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.

  • RequesterComment (string) – A comment provided by the requester explaining the association request.

Returns:

None

Exceptions