Skip to content

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: str

Marker

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

TYPE: str

MaxItems

The maximum number of function URLs to return in the response.

TYPE: int

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: list

NextMarker

The pagination token that's included if more results are available.

TYPE: str

FunctionUrlConfigs instance-attribute

FunctionUrlConfigs

NextMarker instance-attribute

NextMarker