class Aws::Lambda::Types::PutFunctionEventInvokeConfigRequest


@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PutFunctionEventInvokeConfigRequest AWS API Documentation
@return [Types::DestinationConfig]
</note>
records of successful invocations, use another destination type.
<note markdown=“1”> S3 buckets are supported only for on-failure destinations. To retain
* **Event Bus** - The ARN of an Amazon EventBridge event bus.
* Topic - The ARN of a standard SNS topic.
* Bucket - The ARN of an Amazon S3 bucket.
* Queue - The ARN of a standard SQS queue.
function.
* Function - The Amazon Resource Name (ARN) of a Lambda
Destinations
processing.
A destination for events after they have been sent to a function for
@!attribute [rw] destination_config
@return [Integer]
processing.
The maximum age of a request that Lambda sends to a function for
@!attribute [rw] maximum_event_age_in_seconds
@return [Integer]
error.
The maximum number of times to retry when the function returns an
@!attribute [rw] maximum_retry_attempts
@return [String]
A version number or alias name.
@!attribute [rw] qualifier
@return [String]
the function name, it is limited to 64 characters in length.
length constraint applies only to the full ARN. If you specify only
You can append a version number or alias to any of the formats. The
* **Partial ARN** - ‘123456789012:function:my-function`.
`arn:aws:lambda:us-west-2:123456789012:function:my-function`.
* **Function ARN** -
(with alias).
* **Function name** - `my-function` (name-only), `my-function:v1`
**Name formats**
The name or ARN of the Lambda function, version, or alias.
@!attribute [rw] function_name