Learn R Programming

paws.database (version 0.1.5)

rds_delete_event_subscription: Deletes an RDS event notification subscription

Description

Deletes an RDS event notification subscription.

Usage

rds_delete_event_subscription(SubscriptionName)

Arguments

SubscriptionName

[required] The name of the RDS event notification subscription you want to delete.

Request syntax

svc$delete_event_subscription(
  SubscriptionName = "string"
)