Uses of Class
com.hashicorp.cdktf.TerraformOutput.Builder
Packages that use TerraformOutput.Builder
-
Uses of TerraformOutput.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return TerraformOutput.BuilderModifier and TypeMethodDescriptionstatic TerraformOutput.BuilderTerraformOutput.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformOutput.Builder.description(String description) TerraformOutput.Builder.precondition(Precondition precondition) (experimental) If set to true the synthesized Terraform Output will be named after theidpassed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).