FetchExecutionForOverlayParams
Defined in: src/ci/execution.ts:20
Properties
Section titled “Properties”mode: "latest" | "latest-failed";Defined in: src/ci/execution.ts:22
latest takes the most recent execution; latest-failed the most recent FAILED one.
region?
Section titled “region?”optional region?: string;Defined in: src/ci/execution.ts:24
AWS region for the SFN client. Falls back to the SDK’s default resolution when omitted.
stateMachineArn
Section titled “stateMachineArn”stateMachineArn: string;Defined in: src/ci/execution.ts:25