Skip to content

Commit a1d36e8

Browse files
committed
scf: update doc
1 parent e84a42d commit a1d36e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/scf_function.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The following arguments are supported:
3838
* `cos_bucket_region` - (Optional) Cos bucket region of the SCF function, conflict with `zip_file`.
3939
* `cos_object_name` - (Optional) Cos object name of the SCF function, should have suffix `.zip` or `.jar`, conflict with `zip_file`.
4040
* `description` - (Optional) Description of the SCF function. Description supports English letters, numbers, spaces, commas, newlines, periods and Chinese, the maximum length is 1000.
41+
* `enable_eip_config` - (Optional) Indicates whether EIP config set to `ENABLE` when `enable_public_net` was true.
42+
* `enable_public_net` - (Optional) Indicates whether public net config enabled.
4143
* `environment` - (Optional) Environment of the SCF function.
4244
* `l5_enable` - (Optional) Enable L5 for SCF function, default is `false`.
4345
* `mem_size` - (Optional) Memory size of the SCF function, unit is MB. The default is `128`MB. The range is 128M-1536M, and the ladder is 128M.

0 commit comments

Comments
 (0)