AslDefinition
Defined in: src/types/index.ts:151
A complete Amazon States Language state machine definition.
Properties
Section titled “Properties”Comment?
Section titled “Comment?”optional Comment?: string;Defined in: src/types/index.ts:152
ProcessorConfig?
Section titled “ProcessorConfig?”optional ProcessorConfig?: ProcessorConfig;Defined in: src/types/index.ts:158
Map-specific, and only valid on an ItemProcessor sub-definition rather
than on the Map state itself — this is where the ASL spec places it.
Selects inline vs distributed execution.
QueryLanguage?
Section titled “QueryLanguage?”optional QueryLanguage?: QueryLanguage;Defined in: src/types/index.ts:159
StartAt
Section titled “StartAt”StartAt: string;Defined in: src/types/index.ts:160
States
Section titled “States”States: Record<string, AslState>;Defined in: src/types/index.ts:161
TimeoutSeconds?
Section titled “TimeoutSeconds?”optional TimeoutSeconds?: number;Defined in: src/types/index.ts:162
Version?
Section titled “Version?”optional Version?: string;Defined in: src/types/index.ts:163