List function url configs
async_boto.validation.lambda_.list_function_url_configs
ListFunctionUrlConfigsRequest
Bases: BaseModel
Request model for listing function URL configs.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
Marker |
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
TYPE:
|
MaxItems |
The maximum number of function URLs to return in the response.
TYPE:
|
FunctionName
instance-attribute
FunctionName
Marker
instance-attribute
Marker
MaxItems
instance-attribute
MaxItems
ListFunctionUrlConfigsResponse
Bases: BaseModel
Response model for listing function URL configs.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionUrlConfigs |
A list of function URL configurations.
TYPE:
|
NextMarker |
The pagination token that's included if more results are available.
TYPE:
|
FunctionUrlConfigs
instance-attribute
FunctionUrlConfigs
NextMarker
instance-attribute
NextMarker