View source: R/rds_operations.R
rds_delete_db_instance_automated_backup | R Documentation |
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.
rds_delete_db_instance_automated_backup(
DbiResourceId = NULL,
DBInstanceAutomatedBackupsArn = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.