Skip to content

List event source mappings

async_boto.validation.lambda_.list_event_source_mappings

ListEventSourceMappingsRequest

Bases: BaseModel

Request model for listing event source mappings.

ATTRIBUTE DESCRIPTION
EventSourceArn

The Amazon Resource Name (ARN) of the event source.

TYPE: str

FunctionName

The name or ARN of the Lambda function.

TYPE: str

Marker

A pagination token returned by a previous call.

TYPE: str

MaxItems

The maximum number of event source mappings to return.

TYPE: int

EventSourceArn instance-attribute

EventSourceArn

FunctionName instance-attribute

FunctionName

Marker instance-attribute

Marker

MaxItems instance-attribute

MaxItems

ListEventSourceMappingsResponse

Bases: BaseModel

Response model for listing event source mappings.

ATTRIBUTE DESCRIPTION
EventSourceMappings

A list of event source mappings.

TYPE: list

NextMarker

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

TYPE: str

EventSourceMappings instance-attribute

EventSourceMappings

NextMarker instance-attribute

NextMarker