{
  "agentspace": {
    "key": "agentspace",
    "arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "associations": {
    "key": "associations",
    "arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/association/${AssociationId}"
  },
  "private-connection": {
    "key": "private-connection",
    "arn": "arn:${Partition}:aidevops:${Region}:${Account}:private-connection/${Name}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "service": {
    "key": "service",
    "arn": "arn:${Partition}:aidevops:${Region}:${Account}:service/${ServiceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}