Backup / Client / disassociate_recovery_point

disassociate_recovery_point#

Backup.Client.disassociate_recovery_point(**kwargs)#

Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.

Does not support snapshot backup recovery points.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_recovery_point(
    BackupVaultName='string',
    RecoveryPointArn='string'
)
Parameters:
  • BackupVaultName (string) –

    [REQUIRED]

    The unique name of an Backup vault.

  • RecoveryPointArn (string) –

    [REQUIRED]

    An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.

Returns:

None

Exceptions