You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**event_key_jmespath**|`""`| JMESPath expression to extract the idempotency key from the event record using [built-in functions](./jmespath_functions.md#built-in-jmespath-functions){target="_blank"} |
820
-
|**payload_validation_jmespath**|`""`| JMESPath expression to validate whether certain parameters have changed in the event while the event payload _e.g., payload tampering._|
820
+
|**payload_validation_jmespath**|`""`| JMESPath expression to validate that the specified fields haven't changed across requests for the same idempotency key _e.g., payload tampering._|
821
821
|**raise_on_no_idempotency_key**|`False`| Raise exception if no idempotency key was found in the request |
822
822
|**expires_after_seconds**| 3600 | The number of seconds to wait before a record is expired, allowing a new transaction with the same idempotency key |
823
823
|**use_local_cache**|`False`| Whether to cache idempotency results in-memory to save on persistence storage latency and costs |
0 commit comments