Options
All
  • Public
  • Public/Protected
  • All
Menu

cdktf-injector

Index

Variables

TerraformInjectorFactory: { scopesOn: ((scope: Construct, description?: string) => TerraformInjector); scopesOnAsync: ((scope: Construct, description?: string) => TerraformInjectorAsync) } = ...

Constant object for creating TerraformInjector or TerraformInjectorAsync instance. You can use only one of scopesOn or scopesOnAsync function for one Construct instance, not both.

see

https://www.terraform.io/cdktf/concepts/constructs

Type declaration

Generated using TypeDoc