Skip to main content

event_subscriptions

Retrieves a list of event_subscriptions in a region

Overview

Nameevent_subscriptions
TypeResource
Descriptionevent_subscriptions
Idawscc.redshift.event_subscriptions

Fields

NameDatatypeDescription
subscription_namestringThe name of the Amazon Redshift event notification subscription
regionstringAWS 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