Skip to content

ExtractAslResult

Defined in: src/types/index.ts:918

Result of extracting an ASL definition from a CloudFormation/SAM template.

aslDefinition: AslDefinition;

Defined in: src/types/index.ts:920

The recovered ASL definition, ready for generateSvg/generateMermaid/etc.


resourceId: string;

Defined in: src/types/index.ts:922

Logical id of the state machine that was extracted.


warnings: string[];

Defined in: src/types/index.ts:924

Non-fatal notes (e.g. unresolved intrinsics replaced with placeholders).