aws.redshift.describe_event_subscriptions
Example SQL Queries
SELECT * FROMaws.redshift.describe_event_subscriptions;Description
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account. If you specify a subscription name, lists the description for that subscription.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all event notification subscriptions that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all subscriptions that have any combination of those values are returned.
If both tag keys and values are omitted from the request, subscriptions are returned regardless of whether they have tag keys or values associated with them.
Table Definition
| Column Name | Column Data Type |
|---|---|
| subscription_name Input Column The name of the Amazon Redshift event notification subscription to be described. | VARCHAR |
| tag_keys Input Column A tag key or keys for which you want to return all matching event notification subscriptions that are associated with the specified key or keys. For example, suppose that you have subscriptions that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subscriptions that have either or both of these tag keys associated with them. | VARCHAR[] |
Show child fields
| |
| tag_values Input Column A tag value or values for which you want to return all matching event notification subscriptions that are associated with the specified tag value or values. For example, suppose that you have subscriptions that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subscriptions that have either or both of these tag values associated with them. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| cust_subscription_id The name of the Amazon Redshift event notification subscription. | VARCHAR |
| customer_aws_id The Amazon Web Services account associated with the Amazon Redshift event notification subscription. | VARCHAR |
| enabled A boolean value indicating whether the subscription is enabled; true indicates that the subscription is enabled. | BOOLEAN |
| event_categories_list The list of Amazon Redshift event categories specified in the event notification subscription. Values: Configuration, Management, Monitoring, Security, Pending | VARCHAR[] |
Show child fields
| |
| severity The event severity specified in the Amazon Redshift event notification subscription. Values: ERROR, INFO | VARCHAR |
| sns_topic_arn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription. | VARCHAR |
| source_ids_list A list of the sources that publish events to the Amazon Redshift event notification subscription. | VARCHAR[] |
Show child fields
| |
| source_type The source type of the events returned by the Amazon Redshift event notification, such as cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, or scheduled-action. | VARCHAR |
| status The status of the Amazon Redshift event notification subscription. Constraints:
| VARCHAR |
| subscription_creation_time The date and time the Amazon Redshift event notification subscription was created. | TIMESTAMP_S |
| tags The list of tags for the event subscription. | STRUCT( |
Show child fields
| |