rds_delete_db_instance_automated_backup: Deletes automated backups using the DbiResourceId value of...

View source: R/rds_operations.R

rds_delete_db_instance_automated_backupR 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, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.