Skip to content

ExecutionOverlaySection

Defined in: src/ci/buildReport.ts:317

The execution-overlay section, split the same way AslFileSection is — header (filename, execution ARN/status, never counts against a diagram-size budget) separate from the Mermaid diagram itself — so a caller can drop the diagram in favor of a placeholder once a budget is exceeded, the same as renderAslFileSection does for a changed file.

header: string;

Defined in: src/ci/buildReport.ts:318


mermaidCode: string;

Defined in: src/ci/buildReport.ts:319


mermaidLabel: string;

Defined in: src/ci/buildReport.ts:320