This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
publish.yaml
79 lines (78 loc) · 1.94 KB
/
publish.yaml
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
Type: Application
Name: idea-webide
Version: 0.0.27
Provider:
- 阿里云
Description: 基于 custom 运行时的 idea 版本的 serverless webide
HomePage: https://github.com/imaegoo/idea-serverless
Tags:
- intellij
- idea
- webide
- serverless-webide
- tianchi
Category: 全栈应用
Service:
函数计算:
Authorities:
- AliyunFCFullAccess
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
required: # 必填项
- region
- serviceName
- roleArn
- timeZone
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区
enum:
- cn-beijing
- cn-shanghai
- cn-hangzhou
- cn-shenzhen
- cn-zhangjiakou
- cn-huhehaote
- cn-hongkong
- ap-northeast-1
- ap-southeast-1
- eu-central-1
- us-east-1
serviceName:
title: 服务名
type: string
default: idea-server
description: 应用所属的函数计算服务
required: true
roleArn:
title: RAM角色ARN
type: string
default: ''
pattern: '^acs:ram::[0-9]*:role/.*$'
description: 应用所属的函数计算服务配置的 role
required: true
x-role:
name: fcidearole
service: fc
authorities:
- AliyunFCDefaultRolePolicy
- AliyunOSSFullAccess
ossBucket:
title: 对象存储存储桶名
type: string
default: ''
description: 用于 vscode 编辑器 workspace 和 data 的存储, 和函数在同一个 region
required: true
x-bucket:
dependency:
- region
timeZone:
title: 时区
type: string
default: Asia/Shanghai
description: 创建的应用函数执行时候所在实例的时区, 详情参考 https://docs.oracle.com/middleware/12211/wcs/tag-ref/MISC/TimeZones.html
required: true