aws.codestar_notifications.list_notification_rules
Example SQL Queries
SELECT * FROMaws.codestar_notifications.list_notification_rules;Description
Returns a list of the notification rules for an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements. | 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 |
| arn The Amazon Resource Name (ARN) of the notification rule. | VARCHAR |
| id The unique ID of the notification rule. | VARCHAR |