{
  "profile": {
    "key": "profile",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:profile/${ResourceId}"
  },
  "room": {
    "key": "room",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:room/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "device": {
    "key": "device",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:device/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "skillgroup": {
    "key": "skillgroup",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:skill-group/${ResourceId}"
  },
  "user": {
    "key": "user",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:user/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "addressbook": {
    "key": "addressbook",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:address-book/${ResourceId}"
  },
  "conferenceprovider": {
    "key": "conferenceprovider",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:conference-provider/${ResourceId}"
  },
  "contact": {
    "key": "contact",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:contact/${ResourceId}"
  },
  "schedule": {
    "key": "schedule",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:schedule/${ResourceId}"
  },
  "networkprofile": {
    "key": "networkprofile",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:network-profile/${ResourceId}"
  },
  "gateway": {
    "key": "gateway",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:gateway/${ResourceId}"
  },
  "gatewaygroup": {
    "key": "gatewaygroup",
    "arn": "arn:${Partition}:a4b:${Region}:${Account}:gateway-group/${ResourceId}"
  }
}