FetchExecutionHistoryParams
Defined in: src/aws.ts:14
Properties
Section titled “Properties”client
Section titled “client”client: SFNClient;Defined in: src/aws.ts:16
A caller-constructed SFN client (with the caller’s credentials/region).
executionArn
Section titled “executionArn”executionArn: string;Defined in: src/aws.ts:18
ARN of the execution whose history should be fetched.
maxResults?
Section titled “maxResults?”optional maxResults?: number;Defined in: src/aws.ts:20
Page size passed to GetExecutionHistory. Defaults to 1000 (the AWS max).