RDS Event Subscription

An RDS Event Subscription in AWS allows you to receive notifications about specific events related to your RDS resources, such as database instance changes, security group modifications, or backup completions. You can configure subscriptions to send alerts through Amazon SNS, enabling real-time monitoring and faster response to operational changes or issues.

aws.rds_event_subscription

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
cust_subscription_idcorestringThe RDS event notification subscription Id.
customer_aws_idcorestringThe Amazon Web Services customer account associated with the RDS event notification subscription.
enabledcoreboolSpecifies whether the subscription is enabled. True indicates the subscription is enabled.
event_categories_listcorearray<string>A list of event categories for the RDS event notification subscription.
event_subscription_arncorestringThe Amazon Resource Name (ARN) for the event subscription.
sns_topic_arncorestringThe topic ARN of the RDS event notification subscription.
source_ids_listcorearray<string>A list of source IDs for the RDS event notification subscription.
source_typecorestringThe source type for the RDS event notification subscription.
statuscorestringThe 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.
subscription_creation_timecorestringThe time the RDS event notification subscription was created.
tagscorehstore