@openfabr/cdf / Exports / cdktf / ProjectStackProps
Interface: ProjectStackProps<IPC, GC, NC, CC, SC, RC>
cdktf.ProjectStackProps
Properties for ProjectStack.
Type parameters
Name | Type |
---|---|
IPC | extends InfraPlanConstructs |
GC | extends GeneralConfig |
NC | extends NetworkConfig |
CC | extends ComponentConfig |
SC | extends ServiceConfig |
RC | extends RelationConfig |
Table of contents
Properties
Properties
handler
• Optional
handler: ResultHandler
Defined in
src/lib/bootstrap/cdktf/stack.ts:30
orchestrator
• orchestrator: Orchestrator
<IPC
, GC
, NC
, CC
, SC
, RC
>