event_invoke_configs_list_only
Lists event_invoke_configs
in a region or regions, for all properties use event_invoke_configs
Overview
Name | event_invoke_configs_list_only |
Type | Resource |
Description | The AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias. |
Id | aws.lambda.event_invoke_configs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
destination_config | object | A configuration object that specifies the destination of an event after Lambda processes it. |
function_name | string | The name of the Lambda function. |
maximum_event_age_in_seconds | integer | The maximum age of a request that Lambda sends to a function for processing. |
maximum_retry_attempts | integer | The maximum number of times to retry when the function returns an error. |
qualifier | string | The identifier of a version or alias. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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