event_source_mappings
Retrieves a list of event_source_mappings
in a region
Overview
Name | event_source_mappings |
Type | Resource |
Description | event_source_mappings |
Id | awscc.lambda.event_source_mappings |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Event Source Mapping Identifier UUID. |
region | string | AWS 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