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.
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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.