rds_delete_db_instance_automated_backup {paws.database} | R Documentation |
Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups
Description
Deletes 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,
This setting doesn't apply to RDS Custom. |
[Package paws.database version 0.9.0 Index]