lambda_delete_event_source_mapping {paws.compute}R Documentation

Deletes an event source mapping

Description

Deletes an event source mapping. You can get the identifier of a mapping from the output of list_event_source_mappings.

See https://www.paws-r-sdk.com/docs/lambda_delete_event_source_mapping/ for full documentation.

Usage

lambda_delete_event_source_mapping(UUID)

Arguments

UUID

[required] The identifier of the event source mapping.


[Package paws.compute version 0.6.1 Index]