Skip to main content

event_source_mappings

Retrieves a list of event_source_mappings in a region

Overview

Nameevent_source_mappings
TypeResource
Descriptionevent_source_mappings
Idawscc.lambda.event_source_mappings

Fields

NameDatatypeDescription
idstringEvent Source Mapping Identifier UUID.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.lambda.event_source_mappings
WHERE region = 'us-east-1'

Permissions

To operate on the event_source_mappings resource, the following permissions are required:

Create

lambda:CreateEventSourceMapping,
lambda:GetEventSourceMapping

List

lambda:ListEventSourceMappings