Data Source schema for AWS::Lambda::EventInvokeConfig
id
(String) Uniquely identifies the resource.destination_config
(Attributes) A destination for events after they have been sent to a function for processing. (see below for nested schema)function_name
(String) The name of the Lambda function.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.qualifier
(String) The identifier of a version or alias.destination_config
Read-Only:
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
Read-Only:
destination
(String) The Amazon Resource Name (ARN) of the destination resource.destination_config.on_success
Read-Only:
destination
(String) The Amazon Resource Name (ARN) of the destination resource.