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::Redshift::EventSubscription resource creates an Amazon Redshift Event Subscription. |
| Id | aws.redshift.event_subscriptions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
subscription_name | string | The name of the Amazon Redshift event notification subscription |
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 aws.redshift.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