Skip to main content

notification_rule

Gets an individual notification_rule resource

Overview

Namenotification_rule
TypeResource
Descriptionnotification_rule
Idawscc.codestarnotifications.notification_rule

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
event_type_id,
created_by,
target_address,
event_type_ids,
status,
detail_type,
resource,
targets,
tags,
name,
arn
FROM awscc.codestarnotifications.notification_rule
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the notification_rule resource, the following permissions are required:

Read

codestar-notifications:describeNotificationRule

Delete

codestar-notifications:deleteNotificationRule,
codestar-notifications:describeNotificationRule

Update

codestar-notifications:updateNotificationRule,
codestar-notifications:TagResource,
codestar-notifications:UntagResource