Fabric available in Professional version?

I am interested in using Neo4j Fabric. The comments I have seen say it is available only in Enterprise, not Community. But is it available in the Professional version?
If the comments only said "Enterprise only" that would be clear. But the comments always add "not in Community", so it is not clear about the Professional version.
Many thanks in advance.

@robert.liekar

there are 2 editions of Neo4j, i.e. community and enterprise edition.

Aura however has 3 tiers, namely Free, Professional and Enterprise

If you run via cypher

call dbms.components

you should see, even with Neo4j Aura Free results indicating enterprise edition, for example

╒══════════════╀═════════════╀════════════╕
β”‚name          β”‚versions     β”‚edition     β”‚
β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•ͺ═════════════β•ͺ════════════║
β”‚"Neo4j Kernel"β”‚["5.17-aura"]β”‚"enterprise"β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Thank you, Dana! This is useful, I appreciate your help.