Skip to content

AslDefinition

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

A complete Amazon States Language state machine definition.

optional Comment?: string;

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


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.


optional QueryLanguage?: QueryLanguage;

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


StartAt: string;

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


States: Record<string, AslState>;

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


optional TimeoutSeconds?: number;

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


optional Version?: string;

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