Learn R Programming

paws.database (version 0.1.5)

rds_delete_db_instance_automated_backup: Deletes automated backups based on the source instance's DbiResourceId value or the restorable instance's resource ID

Description

Deletes automated backups based on the source instance's DbiResourceId value or the restorable instance's resource ID.

Usage

rds_delete_db_instance_automated_backup(DbiResourceId)

Arguments

DbiResourceId

[required] The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.

Request syntax

svc$delete_db_instance_automated_backup(
  DbiResourceId = "string"
)