event_subscriptions
Retrieves a list of event_subscriptions
in a region
Overview
Name | event_subscriptions |
Type | Resource |
Description | event_subscriptions |
Id | awscc.redshift.event_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
subscription_name | string | The name of the Amazon Redshift event notification subscription |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
subscription_name
FROM awscc.redshift.event_subscriptions
WHERE region = 'us-east-1'
Permissions
To operate on the event_subscriptions
resource, the following permissions are required:
Create
redshift:CreateEventSubscription,
redshift:CreateTags,
redshift:DescribeTags,
redshift:DescribeEventSubscriptions
List
redshift:DescribeTags,
redshift:DescribeEventSubscriptions