The AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.
function_name
(String) The name of the Lambda function.qualifier
(String) The identifier of a version or alias.destination_config
(Attributes) A destination for events after they have been sent to a function for processing. (see below for nested schema)maximum_event_age_in_seconds
(Number) The maximum age of a request that Lambda sends to a function for processing.maximum_retry_attempts
(Number) The maximum number of times to retry when the function returns an error.id
(String) Uniquely identifies the resource.destination_config
Optional:
on_failure
(Attributes) The destination configuration for failed invocations. (see below for nested schema)on_success
(Attributes) The destination configuration for successful invocations. (see below for nested schema)destination_config.on_failure
Required:
destination
(String) The Amazon Resource Name (ARN) of the destination resource.destination_config.on_success
Required:
destination
(String) The Amazon Resource Name (ARN) of the destination resource.Import is supported using the following syntax:
$ terraform import awscc_lambda_event_invoke_config.example <resource ID>