Skip to content

Commit b51bf00

Browse files
ZeynelKocasicoyle
andauthored
Update state/aws/dynamodb/metadata.yaml
Co-authored-by: Sam <[email protected]> Signed-off-by: Zeynel <[email protected]>
1 parent 1a726ae commit b51bf00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

state/aws/dynamodb/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ metadata:
3939
- name: ttlInSeconds
4040
required: false
4141
description: |
42-
Allows specifying a Time-to-live (TTL) in seconds that will be applied to every state store request unless TTL is explicitly defined via the request metadata.
42+
Allows specifying a Time-to-live (TTL) in seconds that will be applied to every state store request unless TTL is explicitly defined via the request metadata. If set to zero or less, no default TTL is applied, and items will only expire if a TTL is explicitly provided in the request metadata with if ttlAttributeName is set.
4343
example: '"600"'
44+
default: "0"
4445
type: number
4546
- name: partitionKey
4647
required: false

0 commit comments

Comments
 (0)