{
  "eventrule": {
    "key": "EventRule",
    "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}/rule/${EventRuleId}"
  },
  "notificationconfiguration": {
    "key": "NotificationConfiguration",
    "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "notificationevent": {
    "key": "NotificationEvent",
    "arn": "arn:${Partition}:notifications:${Region}:${Account}:configuration/${NotificationConfigurationId}/event/${NotificationEventId}"
  },
  "managednotificationchildevent": {
    "key": "ManagedNotificationChildEvent",
    "arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}/event/${NotificationEventId}/child-event/${NotificationChildEventId}"
  },
  "managednotificationconfiguration": {
    "key": "ManagedNotificationConfiguration",
    "arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}"
  },
  "managednotificationevent": {
    "key": "ManagedNotificationEvent",
    "arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}/event/${NotificationEventId}"
  }
}