notification_rule_tags
Expands all tag keys and values for notification_rules
in a region
Overview
Name | notification_rule_tags |
Type | Resource |
Description | Resource Type definition for AWS::CodeStarNotifications::NotificationRule |
Id | aws.codestarnotifications.notification_rule_tags |
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 | |
name | string | |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all notification_rules
in a region.
SELECT
region,
event_type_id,
created_by,
target_address,
event_type_ids,
status,
detail_type,
resource,
targets,
name,
arn,
tag_key,
tag_value
FROM aws.codestarnotifications.notification_rule_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the notification_rule_tags
resource, see notification_rules