ExtractAslResult
Defined in: src/types/index.ts:918
Result of extracting an ASL definition from a CloudFormation/SAM template.
Properties
Section titled “Properties”aslDefinition
Section titled “aslDefinition”aslDefinition: AslDefinition;Defined in: src/types/index.ts:920
The recovered ASL definition, ready for generateSvg/generateMermaid/etc.
resourceId
Section titled “resourceId”resourceId: string;Defined in: src/types/index.ts:922
Logical id of the state machine that was extracted.
warnings
Section titled “warnings”warnings: string[];Defined in: src/types/index.ts:924
Non-fatal notes (e.g. unresolved intrinsics replaced with placeholders).