aws.rds.describe_event_subscriptions
Example SQL Queries
SELECT * FROMaws.rds.describe_event_subscriptions;Description
Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.
If you specify a SubscriptionName, lists the description for that subscription.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column This parameter isn't currently supported. | STRUCT( |
Show child fields
| |
| subscription_name Input Column The name of the RDS event notification subscription you want to describe. | VARCHAR |
| _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 RDS event notification subscription Id. | VARCHAR |
| customer_aws_id The Amazon Web Services customer account associated with the RDS event notification subscription. | VARCHAR |
| enabled Specifies whether the subscription is enabled. True indicates the subscription is enabled. | BOOLEAN |
| event_categories_list A list of event categories for the RDS event notification subscription. | VARCHAR[] |
Show child fields
| |
| event_subscription_arn The Amazon Resource Name (ARN) for the event subscription. | VARCHAR |
| sns_topic_arn The topic ARN of the RDS event notification subscription. | VARCHAR |
| source_ids_list A list of source IDs for the RDS event notification subscription. | VARCHAR[] |
Show child fields
| |
| source_type The source type for the RDS event notification subscription. | VARCHAR |
| status The status of the RDS event notification subscription. Constraints: Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist The status "no-permission" indicates that RDS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created. | VARCHAR |
| subscription_creation_time The time the RDS event notification subscription was created. | VARCHAR |