get Event Source Mapping
suspend fun getEventSourceMapping(argument: GetEventSourceMappingPlainArgs): GetEventSourceMappingResult
The `AWS::Lambda::EventSourceMapping`
resource creates a mapping between an event source and an LAMlong function. LAM reads items from the event source and triggers the function. For details about each event source type, see the following topics. In particular, each of the topics describes the required and optional parameters for the specific event source.
Return
null
Parameters
argument
null
Return
null
Parameters
id
The event source mapping's ID.
See also
suspend fun getEventSourceMapping(argument: suspend GetEventSourceMappingPlainArgsBuilder.() -> Unit): GetEventSourceMappingResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.lambda.kotlin.inputs.GetEventSourceMappingPlainArgs.