View source: R/backup_operations.R
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.
See https://www.paws-r-sdk.com/docs/backup_disassociate_recovery_point_from_parent/ for full documentation.
backup_disassociate_recovery_point_from_parent(
BackupVaultName,
RecoveryPointArn
)
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,
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.