event_subscriptions_list_only
Lists event_subscriptions in a region or regions, for all properties use event_subscriptions
Overview
| Name | event_subscriptions_list_only |
| Type | Resource |
| Description | The 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. |
| Id | aws.rds.event_subscriptions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
subscription_name | string | The name of the subscription. Constraints: The name must be less than 255 characters. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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