publish.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Type: Application
  2. Name: oss-trigger-fc-event-java11
  3. Version: 0.1.7
  4. Provider:
  5. - 阿里云
  6. Description: 快速部署一个 具备 OSS 触发器 Event 类型的图像处理函数到阿里云函数计算。
  7. HomePage: https://github.com/devsapp/start-fc
  8. Tags:
  9. - 函数计算
  10. - 新手入门
  11. Category: 新手入门
  12. Service:
  13. 函数计算:
  14. Authorities:
  15. - AliyunFCFullAccess
  16. Runtime: Java11
  17. Parameters:
  18. type: object
  19. additionalProperties: false # 不允许增加其他属性
  20. required: # 必填项
  21. - region
  22. - serviceName
  23. - functionName
  24. - ossBucketRegion
  25. - accountId
  26. - bucketName
  27. properties:
  28. region:
  29. title: 地域
  30. type: string
  31. default: cn-hangzhou
  32. description: 创建应用所在的地区
  33. enum:
  34. - cn-beijing
  35. - cn-hangzhou
  36. - cn-shanghai
  37. - cn-qingdao
  38. - cn-zhangjiakou
  39. - cn-huhehaote
  40. - cn-shenzhen
  41. - cn-chengdu
  42. - cn-hongkong
  43. - ap-southeast-1
  44. - ap-southeast-2
  45. - ap-southeast-3
  46. - ap-southeast-5
  47. - ap-northeast-1
  48. - eu-central-1
  49. - eu-west-1
  50. - us-west-1
  51. - us-east-1
  52. - ap-south-1
  53. serviceName:
  54. title: 服务名
  55. type: string
  56. default: oss-trigger-quick-start
  57. description: 服务名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-128 之间
  58. functionName:
  59. title: 函数名
  60. type: string
  61. default: oss-trigger-event-function-java
  62. description: 函数名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-64 之间
  63. accountId:
  64. title: 主账号ID
  65. type: string
  66. description: 拥有 OSS Bucket 资源的主账号ID
  67. ossBucketRegion:
  68. title: OSS Bucket 地域
  69. type: string
  70. default: cn-hangzhou
  71. description: OSS Bucket 资源所在的地区
  72. enum:
  73. - cn-beijing
  74. - cn-hangzhou
  75. - cn-shanghai
  76. - cn-qingdao
  77. - cn-zhangjiakou
  78. - cn-huhehaote
  79. - cn-shenzhen
  80. - cn-chengdu
  81. - cn-hongkong
  82. - ap-southeast-1
  83. - ap-southeast-2
  84. - ap-southeast-3
  85. - ap-southeast-5
  86. - ap-northeast-1
  87. - eu-central-1
  88. - eu-west-1
  89. - us-west-1
  90. - us-east-1
  91. - ap-south-1
  92. bucketName:
  93. title: OSS Bucket 名称
  94. type: string
  95. description: 同即将创建的函数同一地域下的已经创建的 bucket 名称。
  96. pathPrefix:
  97. title: OSS Bucket object 前缀
  98. type: string
  99. default: 'home'
  100. description:
  101. pathSuffix:
  102. title: OSS Bucket object 后缀
  103. type: string
  104. default: '.zip'
  105. description: