aws.codestar_notifications.list_event_types
Example SQL Queries
SELECT * FROMaws.codestar_notifications.list_event_types;Description
Returns information about the event types available for configuring notifications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters to use to return information by service or resource type. | STRUCT( |
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 |
| event_type_id The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide. | VARCHAR |
| event_type_name The name of the event. | VARCHAR |
| resource_type The resource type of the event. | VARCHAR |
| service_name The name of the service for which the event applies. | VARCHAR |