Skip to main content

notification_rule_tags

Expands all tag keys and values for notification_rules in a region

Overview

Namenotification_rule_tags
TypeResource
DescriptionResource Type definition for AWS::CodeStarNotifications::NotificationRule
Idaws.codestarnotifications.notification_rule_tags

Fields

NameDatatypeDescription
event_type_idstring
created_bystring
target_addressstring
event_type_idsarray
statusstring
detail_typestring
resourcestring
targetsarray
namestring
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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