C# Class Amazon.Lambda.Model.ListEventSourceMappingsRequest

Container for the parameters to the ListEventSourceMappings operation. Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).

For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings.

If you are using the versioning feature, you can get list of event source mappings for a specific Lambda function version or an alias as described in the FunctionName parameter. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:ListEventSourceMappings action.

Inheritance: AmazonLambdaRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetEventSourceArn ( ) : bool
IsSetFunctionName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool