Backup / Client / disassociate_recovery_point_from_parent

disassociate_recovery_point_from_parent#

Backup.Client.disassociate_recovery_point_from_parent(**kwargs)#

This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

  • RecoveryPointArn (string) –

    [REQUIRED]

    This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Returns:

None

Exceptions