lambda_list_event_source_mappings {paws.compute} | R Documentation |
Lists event source mappings
Description
Lists event source mappings. Specify an EventSourceArn
to show only event source mappings for a single event source.
See https://www.paws-r-sdk.com/docs/lambda_list_event_source_mappings/ for full documentation.
Usage
lambda_list_event_source_mappings(
EventSourceArn = NULL,
FunctionName = NULL,
Marker = NULL,
MaxItems = NULL
)
Arguments
EventSourceArn |
The Amazon Resource Name (ARN) of the event source.
|
FunctionName |
The name or ARN of the Lambda function. Name formats
The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length. |
Marker |
A pagination token returned by a previous call. |
MaxItems |
The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of 100 items in each response, even if you set the number higher. |