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:
|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
Marker |
A pagination token returned by a previous call.
TYPE:
|
MaxItems |
The maximum number of event source mappings to return.
TYPE:
|
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:
|
NextMarker |
A pagination token that's included if more results are available.
TYPE:
|
EventSourceMappings
instance-attribute
EventSourceMappings
NextMarker
instance-attribute
NextMarker