Do you want to create a database audit specification or a server audit specification?
Example of creating a server audit specification:
CREATE SERVER AUDIT SPECIFICATION HIPAA_Audit_Specification
FOR SERVER AUDIT HIPAA_Audit
ADD (FAILED_LOGIN_GROUP)
WITH (STATE=ON);
GO
If you change your syntax to create a server audit specification, the error seems to disappear.
Best regards,
Percy Tang