{
  "config": {
    "key": "Config",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:config/${ConfigType}/${ConfigId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "groundstation:ConfigId",
      "groundstation:ConfigType"
    ]
  },
  "contact": {
    "key": "Contact",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:contact/${ContactId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "groundstation:ContactId"
    ]
  },
  "dataflowendpointgroup": {
    "key": "DataflowEndpointGroup",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:dataflow-endpoint-group/${DataflowEndpointGroupId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "groundstation:DataflowEndpointGroupId"
    ]
  },
  "ephemerisitem": {
    "key": "EphemerisItem",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:ephemeris/${EphemerisId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "groundstation:EphemerisId"
    ]
  },
  "groundstationresource": {
    "key": "GroundStationResource",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:groundstation:${GroundStationId}",
    "conditionKeys": [
      "groundstation:GroundStationId"
    ]
  },
  "missionprofile": {
    "key": "MissionProfile",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:mission-profile/${MissionProfileId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "groundstation:MissionProfileId"
    ]
  },
  "satellite": {
    "key": "Satellite",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:satellite/${SatelliteId}",
    "conditionKeys": [
      "groundstation:SatelliteId"
    ]
  },
  "agent": {
    "key": "Agent",
    "arn": "arn:${Partition}:groundstation:${Region}:${Account}:agent/${AgentId}",
    "conditionKeys": [
      "groundstation:AgentId"
    ]
  }
}