Skip to content

Commit

Permalink
docs(fgs): add note for app_agency parameter of the function resource
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzhuanhong committed Dec 20, 2024
1 parent 4409b01 commit 5719302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/fgs_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ The following arguments are supported:
* `app_agency` - (Optional, String) Specifies the execution agency enables you to obtain a token or an AK/SK for
accessing other cloud services.

-> After using this parameter, the function execution agency (`app_agency`) and the function configuration
agency (`agency`) can be independently set, which can reduce unnecessary performance loss. Otherwise, the same
agency is used for both function execution and function configuration.

* `description` - (Optional, String) Specifies the description of the function.

* `initializer_handler` - (Optional, String) Specifies the initializer of the function.
Expand Down

0 comments on commit 5719302

Please sign in to comment.