aws.inspector.list_event_subscriptions
Example SQL Queries
SELECT * FROMaws.inspector.list_event_subscriptions;Description
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Input Column The ARN of the assessment template that is used during the event for which the SNS notification is sent. | 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 |
| event_subscriptions The list of existing event subscriptions. | STRUCT( |
Show child fields
| |
| topic_arn The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent. | VARCHAR |