event_subscriptions
Retrieves a list of event_subscriptions
in a region
Overview
Name | event_subscriptions |
Type | Resource |
Description | event_subscriptions |
Id | awscc.rds.event_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
subscription_name | string | The name of the subscription. |
region | string | AWS 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