Skip to main content

event_subscriptions

Retrieves a list of event_subscriptions in a region

Overview

Nameevent_subscriptions
TypeResource
Descriptionevent_subscriptions
Idawscc.rds.event_subscriptions

Fields

NameDatatypeDescription
subscription_namestringThe name of the subscription.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
subscription_name
FROM awscc.rds.event_subscriptions
WHERE region = 'us-east-1'

Permissions

To operate on the event_subscriptions resource, the following permissions are required:

Create

iam:CreateServiceLinkedRole,
rds:CreateEventSubscription,
rds:DescribeEventSubscriptions,
rds:ListTagsForResource,
rds:AddTagsToResource,
rds:RemoveTagsFromResource

List

rds:DescribeEventSubscriptions