-
Notifications
You must be signed in to change notification settings - Fork 0
87 lines (86 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# doc: https://github.com/serverless-components/tencent-multi-scf/blob/master/docs/configure.md
# Due to these two fields `functions` and `trigger` have some specific situations on component `multi-scf`, we will not write the rules in config, but validate them in codes.
# Details: serverlessteam.slack.com/archives/G01HR0Z42R3/p1629432204011700?thread_ts=1629365324.008300&cid=G01HR0Z42R3
inputs:
region:
type: string
message: '不支持指定的地域 ,请查看腾讯地域列表获取所有支持的地域信息。https://cloud.tencent.com/document/api/583/17238#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8'
allow:
- ap-beijing
- ap-chengdu
- ap-chongqing
- ap-guangzhou
- ap-hongkong
- ap-mumbai
- ap-seoul
- ap-shanghai
- ap-shanghai-fsi
- ap-shenzhen-fsi
- ap-singapore
- ap-tokyo
- eu-frankfurt
- na-siliconvalley
- na-toronto
runtime:
type: string
message: '不支持当前运行时,请参考腾讯语言和运行时支持信息。请参考https://cloud.tencent.com/document/product/583/54977'
allow:
- Python2.7
- Python3.6
- Python3.7
- Nodejs6.10
- Nodejs8.9
- Nodejs10.15
- Nodejs12.16
- Nodejs14.18
- Nodejs16.13
- Php5
- Php7
- Php7.4
- Php8.0
- Go1
- Java8
- Java11
- CustomRuntime
memorySize:
type: number
message: '可选范围 64、128MB-3072MB,并且以 128MB 为阶梯'
allow:
- 64
- 128
- 256
- 384
- 512
- 640
- 768
- 896
- 1024
- 1152
- 1280
- 1408
- 1536
- 1664
- 1792
- 1920
- 2048
- 2176
- 2304
- 2432
- 2560
- 2688
- 2816
- 2944
- 3072
level: 'warning'
timeout:
type: number
min: 1
max: 900
message: 'timeout 取值范围为 [1, 900]'
level: 'warning'
ignoreTriggers:
type: boolean
isAutoPublish:
type: boolean
publishDescription:
type: string