Skip to content

Commit c638af4

Browse files
committed
Update attribute description
Signed-off-by: Zeynel Koca <[email protected]>
1 parent fdfb0e3 commit c638af4

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/reference/components-reference/supported-state-stores

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-state-stores/setup-dynamodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In order to use DynamoDB as a Dapr state store, the table must have a primary ke
6262
| endpoint | N |AWS endpoint for the component to use. Only used for local development. The `endpoint` is unncessary when running against production AWS | `"http://localhost:4566"`
6363
| sessionToken | N |AWS session token to use. A session token is only required if you are using temporary security credentials. | `"TOKEN"`
6464
| ttlAttributeName | N |The table attribute name which should be used for TTL. | `"expiresAt"`
65-
| ttlInSeconds | N | 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]({{% ref "state-store-ttl.md" %}}). | `600`
65+
| ttlInSeconds | N | 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]({{% ref "state-store-ttl.md" %}}). | `600`
6666
| partitionKey | N |The table primary key or partition key attribute name. This field is used to replace the default primary key attribute name `"key"`. See the section [Partition Keys]({{% ref "setup-dynamodb.md#partition-keys" %}}). | `"ContractID"`
6767
| actorStateStore | N | Consider this state store for actors. Defaults to "false" | `"true"`, `"false"`
6868

0 commit comments

Comments
 (0)