event_invoke_config
Gets an individual event_invoke_config
resource
Overview
Name | event_invoke_config |
Type | Resource |
Description | event_invoke_config |
Id | awscc.lambda.event_invoke_config |
Fields
Name | Datatype | Description |
---|---|---|
destination_config | object | |
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
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