Get Event Invoke Config Result
data class GetEventInvokeConfigResult(val destinationConfig: EventInvokeConfigDestinationConfig? = null, val maximumEventAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null)
Constructors
Link copied to clipboard
constructor(destinationConfig: EventInvokeConfigDestinationConfig? = null, maximumEventAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null)
Properties
Link copied to clipboard
A destination for events after they have been sent to a function for processing. Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
Link copied to clipboard
The maximum age of a request that Lambda sends to a function for processing.
Link copied to clipboard
The maximum number of times to retry when the function returns an error.