Lists the concurrency configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListConcurrencyConfigs |
list |
*All Resource
|
None | None |
Request syntax
GET /2023-03-30/concurrency-configs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| functionName |
string |
No |
The function name. If you do not specify this parameter, the concurrency configurations of all functions are listed. |
my-func |
| nextToken |
string |
No |
The token for paging. |
MTIzNCNhYmM= |
| limit |
integer |
No |
The maximum number of results to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
| ListConcurrencyConfigsOutput |
The list of concurrency configurations. |
Examples
Success response
JSON format
{
"configs": [
{
"functionArn": "acs:fc:cn-shanghai:123:functions/demo",
"reservedConcurrency": 10
}
],
"nextToken": "next_token"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.