Skip to main content

event_invoke_config

Gets an individual event_invoke_config resource

Overview

Nameevent_invoke_config
TypeResource
Descriptionevent_invoke_config
Idawscc.lambda.event_invoke_config

Fields

NameDatatypeDescription
destination_configobject
function_namestringThe name of the Lambda function.
maximum_event_age_in_secondsintegerThe maximum age of a request that Lambda sends to a function for processing.
maximum_retry_attemptsintegerThe maximum number of times to retry when the function returns an error.
qualifierstringThe identifier of a version or alias.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
destination_config,
function_name,
maximum_event_age_in_seconds,
maximum_retry_attempts,
qualifier
FROM awscc.lambda.event_invoke_config
WHERE data__Identifier = '<FunctionName>|<Qualifier>';

Permissions

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

Read

lambda:GetFunctionEventInvokeConfig

Update

lambda:UpdateFunctionEventInvokeConfig

Delete

lambda:DeleteFunctionEventInvokeConfig