Skip to main content

notification_rules_list_only

Lists notification_rules in a region or regions, for all properties use notification_rules

Overview

Namenotification_rules_list_only
TypeResource
DescriptionResource Type definition for AWS::CodeStarNotifications::NotificationRule
Idaws.codestarnotifications.notification_rules_list_only

Fields

NameDatatypeDescription
event_type_idstring
created_bystring
target_addressstring
event_type_idsarray
statusstring
detail_typestring
resourcestring
targetsarray
tagsobject
namestring
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all notification_rules in a region.

SELECT
region,
arn
FROM aws.codestarnotifications.notification_rules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the notification_rules_list_only resource, see notification_rules