You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/scf_function.html.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ The following arguments are supported:
38
38
*`cos_bucket_region` - (Optional) Cos bucket region of the SCF function, conflict with `zip_file`.
39
39
*`cos_object_name` - (Optional) Cos object name of the SCF function, should have suffix `.zip` or `.jar`, conflict with `zip_file`.
40
40
*`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.
41
43
*`environment` - (Optional) Environment of the SCF function.
42
44
*`l5_enable` - (Optional) Enable L5 for SCF function, default is `false`.
43
45
*`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