Skip to main content

event_invoke_configs

Retrieves a list of event_invoke_configs in a region

Overview

Nameevent_invoke_configs
TypeResource
Descriptionevent_invoke_configs
Idawscc.lambda.event_invoke_configs

Fields

NameDatatypeDescription
function_namestringThe name of the Lambda function.
qualifierstringThe identifier of a version or alias.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
function_name,
qualifier
FROM awscc.lambda.event_invoke_configs
WHERE region = 'us-east-1'

Permissions

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

Create

lambda:PutFunctionEventInvokeConfig

List

lambda:ListFunctionEventInvokeConfigs