aws.dms.describe_event_subscriptions
Example SQL Queries
SELECT * FROMaws.dms.describe_event_subscriptions;Description
Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.
If you specify SubscriptionName, this action lists the description for that subscription.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters applied to event subscriptions. Valid filter names: event-subscription-arn | event-subscription-id | STRUCT( |
Show child fields
| |
| subscription_name Input Column The name of the DMS event subscription to be described. | 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 DMS event notification subscription Id. | VARCHAR |
| customer_aws_id The Amazon Web Services customer account associated with the DMS event notification subscription. | VARCHAR |
| enabled Boolean value that indicates if the event subscription is enabled. | BOOLEAN |
| event_categories_list A lists of event categories. | VARCHAR[] |
Show child fields
| |
| sns_topic_arn The topic ARN of the DMS event notification subscription. | VARCHAR |
| source_ids_list A list of source Ids for the event subscription. | VARCHAR[] |
Show child fields
| |
| source_type The type of DMS resource that generates events. Valid values: replication-instance | replication-server | security-group | replication-task | VARCHAR |
| status The status of the DMS 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 DMS 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 DMS event notification subscription was created. | VARCHAR |