{
  "bot": {
    "key": "bot",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "bot alias": {
    "key": "bot alias",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotAlias}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "test set": {
    "key": "test set",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:test-set/${TestSetId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "bot version": {
    "key": "bot version",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotVersion}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "channel": {
    "key": "channel",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:bot-channel:${BotName}:${BotAlias}:${ChannelName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "intent version": {
    "key": "intent version",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:intent:${IntentName}:${IntentVersion}"
  },
  "slottype version": {
    "key": "slottype version",
    "arn": "arn:${Partition}:lex:${Region}:${Account}:slottype:${SlotName}:${SlotVersion}"
  }
}