notification_rules
Retrieves a list of notification_rules
in a region
Overview
Name | notification_rules |
Type | Resource |
Description | notification_rules |
Id | awscc.codestarnotifications.notification_rules |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.codestarnotifications.notification_rules
WHERE region = 'us-east-1'
Permissions
To operate on the notification_rules
resource, the following permissions are required:
Create
codestar-notifications:createNotificationRule
List
codestar-notifications:listNotificationRules