Lists the asynchronous invocation configurations for one or more functions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListFunctionAsyncInvokeConfigs |
list |
*All Resource
|
None | None |
Request syntax
GET /2023-03-30/async-invoke-configs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| functionName |
string |
No |
The name of the function. If you do not specify this parameter, the asynchronous invocation configurations of all functions are returned. |
my-func |
| nextToken |
string |
No |
The token that is used for paging. |
MTIzNCNhYmM= |
| limit |
integer |
No |
The maximum number of results to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
| ListAsyncInvokeConfigOutput |
A list of asynchronous invocation configurations. |
Examples
Success response
JSON format
{
"configs": [
{
"asyncTask": true,
"createdTime": "2006-01-02T15:04:05Z07:00",
"destinationConfig": {
"onFailure": {
"destination": "acs:fc:cn-shanghai:xxx:functions/f1"
},
"onSuccess": {
"destination": "acs:fc:cn-shanghai:xxx:functions/f1"
}
},
"functionArn": "acs:fc:cn-shanghai:1234/functions/my-func",
"lastModifiedTime": "2006-01-02T15:04:05Z07:00",
"maxAsyncEventAgeInSeconds": 3600,
"maxAsyncRetryAttempts": 3
}
],
"nextToken": "8bj81uI8n****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.