Skip to main content

event_subscriptions_list_only

Lists event_subscriptions in a region or regions, for all properties use event_subscriptions

Overview

Nameevent_subscriptions_list_only
TypeResource
DescriptionThe AWS::RDS::EventSubscription resource allows you to receive notifications for Amazon Relational Database Service events through the Amazon Simple Notification Service (Amazon SNS). For more information, see [Using Amazon RDS Event Notification](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) in the *Amazon RDS User Guide*.
Idaws.rds.event_subscriptions_list_only

Fields

NameDatatypeDescription
subscription_namestringThe name of the subscription.
Constraints: The name must be less than 255 characters.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all event_subscriptions in a region.

SELECT
region,
subscription_name
FROM aws.rds.event_subscriptions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the event_subscriptions_list_only resource, see event_subscriptions