Parameter | Type | Description | Example |
---|---|---|---|
object | The information about the asynchronous invocation configurations. | ||
asyncTask | boolean | Specifies whether to enable the asynchronous task feature. | true |
createdTime | string | The time when the asynchronous invocation configuration was created. | 2006-01-02T15:04:05Z07:00 |
destinationConfig | DestinationConfig | The destination configuration. | |
functionArn | string | The Alibaba Cloud Resource Name (ARN) of the function. | acs:fc:cn-shanghai:1234/functions/my-func |
lastModifiedTime | string | The time when the asynchronous invocation was last modified. | 2006-01-02T15:04:05Z07:00 |
maxAsyncEventAgeInSeconds | long | The maximum time to live (TTL) value of an event. | 3600 |
maxAsyncRetryAttempts | long | The number of times when an asynchronous invocation is retried. | 3 |