durable-execution-sdk-js.durableloggingcontext.md

December 2, 2025 ยท View on GitHub

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

DurableLoggingContext interface

The durable logging context that can be used to provide durable execution metadata such as executionArn, operationId, and attempt.

Signature:

export interface DurableLoggingContext

Properties

Property

Modifiers

Type

Description

getDurableLogData

() => DurableLogData

Contents

  1. 1DurableLoggingContext interface
  2. 2Properties