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
Copy file name to clipboardExpand all lines: state/aws/dynamodb/metadata.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ metadata:
36
36
The table attribute name which should be used for TTL.
37
37
example: '"expiresAt"'
38
38
type: string
39
+
- name: ttlInSeconds
40
+
required: false
41
+
description: |
42
+
Allows specifying a default Time-to-live (TTL) in seconds that will be applied to every state store request unless TTL is explicitly defined via the request metadata.
0 commit comments