Skip to content

Commit

Permalink
Merge pull request #68 from devsapp/anycodes_v2
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
anycodes authored Jul 9, 2021
2 parents f853f96 + ce9564b commit 6eab5d7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: fc
Provider:
- 阿里云
Version: 0.1.8
Version: 0.1.9
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc
Tags:
Expand Down Expand Up @@ -355,21 +355,21 @@ Properties:
- Struct:
destination:
Description: 目标地址
Required: False
Type:
- Struct:
onSuccess:
Description: 成功配置
Required: False
Example: acs:fc:{region}:{uid}:services/{serviceName}.{qualifier}/functions/{functionName}
Type:
- String
onFailure:
Description: 失败配置
Required: False
Example: acs:fc:{region}:{uid}:services/{serviceName}.{qualifier}/functions/{functionName}
Type:
- String
Required: False
Type:
- Struct:
onSuccess:
Description: 成功配置
Required: False
Example: acs:fc:{region}:{uid}:services/{serviceName}.{qualifier}/functions/{functionName}
Type:
- String
onFailure:
Description: 失败配置
Required: False
Example: acs:fc:{region}:{uid}:services/{serviceName}.{qualifier}/functions/{functionName}
Type:
- String
maxAsyncEventAgeInSeconds:
Description: 消息最大有效期(s)
Required: False
Expand Down

0 comments on commit 6eab5d7

Please sign in to comment.