Updated on 2024-11-28 GMT+08:00

FunctionGraph Resources

A resource is an object that exists within a service. FunctionGraph resources include functions and triggers. To select these resources when creating a policy, specify their paths.

Table 1 FunctionGraph resources and their paths

Resource Type

Resource Name

Path

function

Function

[Format]

FunctionGraph::::function:group/function name

[Notes]

IAM automatically generates the prefix FunctionGraph:*:*:function: for bucket resource paths.

By adding Function name to the end of the generated prefix, you can define a specific path. An asterisk * is allowed to indicate any function. For example, FunctionGraph:*:*:function:default/* indicates any function in the default group.

trigger

Trigger

[Format]

FunctionGraph::::trigger:trigger ID

[Notes]

IAM automatically generates the prefix FunctionGraph:*:*:trigger: for object resource paths.

By adding trigger ID to the end of the generated prefix, you can define a specific path. An asterisk * is allowed to indicate any trigger. For example, FunctionGraph:*:*:trigger:* indicates any trigger.