Cache everything Page rule migration

Hi, I am in the process of migrating away from Page rules.

Last few rules left to migrate are related to Cache settings.
Zone Caching Level configuration is set to Standard.
Page rule is set to override Cache Level to “Cache Everything” for certain paths.

    {
      "id": "<removed>",
      "targets": [
        {
          "target": "url",
          "constraint": {
            "operator": "matches",
            "value": "*my.website.com/sites/*/files/*"
          }
        }
      ],
      "actions": [
        {
          "id": "browser_cache_ttl",
          "value": 0
        },
        {
          "id": "cache_level",
          "value": "cache_everything"
        }
      ],
      "priority": 5,
      "status": "active",
      "created_on": "2018-12-42T12:25:03.000000Z",
      "modified_on": "2022-06-42T13:42:48.000000Z"
    },

I can not find similar configuration in “Caching” → “Cache Rules” → “Create rule” to replace current Page rule with.