Yandex Audit Trails event reference
Written by
Updated at July 8, 2026
Audit Trails supports tracking control plane events for Yandex Cloud Functions. Read more in Management event audit log.
The general format of the event_type field value is as follows:
yandex.cloud.audit.serverless.<event_name>
| Event name | Description |
|---|---|
functions.CreateFunction |
Creating a function |
functions.CreateFunctionVersion |
Creating a function version |
functions.DeleteFunction |
Deleting a function |
functions.DeleteFunctionVersion |
Destroying a function version |
functions.RemoveFunctionTag |
Removing a function tag |
functions.RemoveScalingPolicy |
Deleting function scaling settings |
functions.SetFunctionTag |
Adding a function tag |
functions.SetFunctionAccessBindings |
Assigning access permissions for a function |
functions.SetScalingPolicy |
Adding function scaling settings |
functions.UpdateFunction |
Updating a function |
functions.UpdateFunctionAccessBindings |
Updating access permissions for a function |
mdbproxy.CreateProxy |
Creating a connection to a managed database |
mdbproxy.DeleteProxy |
Deleting a connection to a managed database |
mdbproxy.SetProxyAccessBindings |
Assigning access permissions for a managed database |
mdbproxy.UpdateProxy |
Editing a connection to a managed database |
mdbproxy.UpdateProxyAccessBindings |
Updating access permissions for a managed database |
triggers.CreateTrigger |
Creating a trigger |
triggers.DeleteTrigger |
Deleting a trigger |
triggers.PauseTrigger |
Pausing a trigger |
triggers.ResumeTrigger |
Resuming a trigger |
triggers.UpdateTrigger |
Updating a trigger |