View source: R/lambda_operations.R
lambda_list_event_source_mappings | R Documentation |
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.
lambda_list_event_source_mappings(
EventSourceArn = NULL,
FunctionName = NULL,
Marker = NULL,
MaxItems = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.