Uses of Class
com.hashicorp.cdktf.TerraformStack
Packages that use TerraformStack
-
Uses of TerraformStack in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return TerraformStackModifier and TypeMethodDescriptionTerraformElement.getCdktfStack()IResource.getStack()(experimental) The stack in which this resource is defined.default TerraformStackIResource.Jsii$Default.getStack()(experimental) The stack in which this resource is defined.final TerraformStackIResource.Jsii$Proxy.getStack()(experimental) The stack in which this resource is defined.Resource.getStack()Deprecated.static TerraformStackTerraformStack.of(software.constructs.IConstruct construct) Methods in com.hashicorp.cdktf that return types with arguments of type TerraformStackMethods in com.hashicorp.cdktf with parameters of type TerraformStackModifier and TypeMethodDescriptionvoidTerraformStack.addDependency(TerraformStack dependency) App.crossStackReference(TerraformStack fromStack, TerraformStack toStack, String identifier) (experimental) Creates a reference from one stack to another, invoked on prepareStack since it creates extra resources.TerraformStack.dependsOn(TerraformStack stack) Manifest.forStack(TerraformStack stack) static StringTesting.fullSynth(TerraformStack stack) TerraformStack.registerIncomingCrossStackReference(TerraformStack fromStack) static StringTesting.synth(TerraformStack stack) (experimental) Returns the Terraform synthesized JSON.static StringTesting.synth(TerraformStack stack, Boolean runValidations) (experimental) Returns the Terraform synthesized JSON.static ObjectTesting.synthHcl(TerraformStack stack) (experimental) Returns the Terraform synthesized JSON.static ObjectTesting.synthHcl(TerraformStack stack, Boolean runValidations) (experimental) Returns the Terraform synthesized JSON.static ObjectTesting.synthHcl(TerraformStack stack, Boolean runValidations, Boolean returnMetadata) (experimental) Returns the Terraform synthesized JSON.Method parameters in com.hashicorp.cdktf with type arguments of type TerraformStackModifier and TypeMethodDescriptionvoidTerraformStack.setDependencies(List<TerraformStack> value)