notification_rule
Gets an individual notification_rule
resource
Overview
Name | notification_rule |
Type | Resource |
Description | notification_rule |
Id | awscc.codestarnotifications.notification_rule |
Fields
Name | Datatype | Description |
---|---|---|
event_type_id | string | |
created_by | string | |
target_address | string | |
event_type_ids | array | |
status | string | |
detail_type | string | |
resource | string | |
targets | array | |
tags | object | |
name | string | |
arn | string | |
region | string | AWS 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