Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups
Source:R/rds_operations.R
rds_delete_db_instance_automated_backup.RdDeletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.
See https://www.paws-r-sdk.com/docs/rds_delete_db_instance_automated_backup/ for full documentation.
Usage
rds_delete_db_instance_automated_backup(
DbiResourceId = NULL,
DBInstanceAutomatedBackupsArn = NULL
)Arguments
- DbiResourceId
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
- DBInstanceAutomatedBackupsArn
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.This setting doesn't apply to RDS Custom.