diff --git a/publish.yaml b/publish.yaml index ba272781..86f55065 100644 --- a/publish.yaml +++ b/publish.yaml @@ -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: @@ -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