cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
{
  "": {
    "entityTypes": {
      "User": {
        "shape": {
          "type": "Record",
          "attributes": {}
        }
      },
      "Photo": {
        "shape": {
          "type": "Record",
          "attributes": {}
        }
      }
    },
    "actions": {
      "Edit": {
        "appliesTo": {
          "principalTypes": ["User"],
          "resourceTypes": ["Photo"]
        }
      }
    }
  }
}