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 |
---|---|---|
status | string | The status of the Amazon Redshift event notification subscription. |
cust_subscription_id | string | The name of the Amazon Redshift event notification subscription. |
event_categories_list | array | The list of Amazon Redshift event categories specified in the event notification subscription. |
source_type | string | The type of source that will be generating the events. |
event_categories | array | Specifies the Amazon Redshift event categories to be published by the event notification subscription. |
enabled | boolean | A boolean value; set to true to activate the subscription, and set to false to create the subscription but not activate it. |
severity | string | Specifies the Amazon Redshift event severity to be published by the event notification subscription. |
subscription_name | string | The name of the Amazon Redshift event notification subscription |
source_ids | array | A list of one or more identifiers of Amazon Redshift source objects. |
customer_aws_id | string | The AWS account associated with the Amazon Redshift event notification subscription. |
source_ids_list | array | A list of the sources that publish events to the Amazon Redshift event notification subscription. |
sns_topic_arn | string | The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. |
subscription_creation_time | string | The date and time the Amazon Redshift event notification subscription was created. |
tags | array | An array of key-value pairs to apply to this resource. |
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