Skip to content

@openfabr/cdf / Exports / InfraPlan

Class: InfraPlan<IPC>

Concrete class that carries both the generated infra baseline and all the outputs as a result.

Usually there is no need to extend this class.

Type parameters

Name Type
IPC extends InfraPlanConstructs

Table of contents

Constructors

Properties

Constructors

constructor

new InfraPlan<IPC>(constructs, outputs)

Type parameters

Name Type
IPC extends InfraPlanConstructs

Parameters

Name Type
constructs IPC
outputs InfraPlanOutputs

Defined in

src/lib/package.ts:44

Properties

constructs

Readonly constructs: IPC

Defined in

src/lib/package.ts:45


outputs

Readonly outputs: InfraPlanOutputs

Defined in

src/lib/package.ts:46