Skip to main content

event_invoke_configs_list_only

Lists event_invoke_configs in a region or regions, for all properties use event_invoke_configs

Overview

Nameevent_invoke_configs_list_only
TypeResource
DescriptionThe AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.
Idaws.lambda.event_invoke_configs_list_only

Fields

NameDatatypeDescription
destination_configobjectA configuration object that specifies the destination of an event after Lambda processes it.
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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all event_invoke_configs in a region.

SELECT
region,
function_name,
qualifier
FROM aws.lambda.event_invoke_configs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the event_invoke_configs_list_only resource, see event_invoke_configs