backup_disassociate_recovery_point_from_parent: This action to a specific child (nested) recovery point...

View source: R/backup_operations.R

backup_disassociate_recovery_point_from_parentR 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.

See https://www.paws-r-sdk.com/docs/backup_disassociate_recovery_point_from_parent/ for full documentation.

Usage

backup_disassociate_recovery_point_from_parent(
  BackupVaultName,
  RecoveryPointArn
)

Arguments

BackupVaultName

[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

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


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.