paws.compute (version 0.1.0)

lambda_get_event_source_mapping: Returns details about an event source mapping

Description

Returns details about an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

Usage

lambda_get_event_source_mapping(UUID)

Arguments

UUID

[required] The identifier of the event source mapping.

Request syntax

svc$get_event_source_mapping(
  UUID = "string"
)

Examples

Run this code
# NOT RUN {
# This operation retrieves a Lambda function's event source mapping
# }
# NOT RUN {
svc$get_event_source_mapping(
  UUID = "123489-xxxxx-kdla8d89d7"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab