Skip to main content

notification_rules

Retrieves a list of notification_rules in a region

Overview

Namenotification_rules
TypeResource
Descriptionnotification_rules
Idawscc.codestarnotifications.notification_rules

Fields

NameDatatypeDescription
arnstring
regionstringAWS 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