Skip to content

Disassociate Recovery Point From Parent

backup_disassociate_recovery_point_from_parent R Documentation

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

Description

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

Usage

backup_disassociate_recovery_point_from_parent(BackupVaultName,
  RecoveryPointArn)

Arguments

BackupVaultName

[required] 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.

RecoveryPointArn

[required] 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.⁠

Value

An empty list.

Request syntax

svc$disassociate_recovery_point_from_parent(
  BackupVaultName = "string",
  RecoveryPointArn = "string"
)