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 | awscc.rds.event_subscriptions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
subscription_name | string | The name of the subscription.<br />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 awscc.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