durable-execution-sdk-js.durablelogdata.md

December 2, 2025 ยท View on GitHub

Home > @aws/durable-execution-sdk-js > DurableLogData

DurableLogData interface

Log data passed to the durable logger when getDurableLogData is called.

Signature:

export interface DurableLogData

Properties

Property

Modifiers

Type

Description

attempt?

number

(Optional)

executionArn

string

operationId?

string

(Optional)

requestId

string

tenantId?

string

(Optional)

Contents

  1. 1DurableLogData interface
  2. 2Properties