Package com.hashicorp.cdktf
Interface TerraformOutputConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TerraformOutputConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.144Z")
@Stability(Experimental)
public interface TerraformOutputConfig
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTerraformOutputConfigstatic final classAn implementation forTerraformOutputConfig -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default List<ITerraformDependable>default Stringdefault Preconditiondefault Booleandefault Boolean(experimental) If set to true the synthesized Terraform Output will be named after theidpassed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).getValue()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
-
getDependsOn
-
getDescription
-
getPrecondition
-
getSensitive
-
getStaticId
(experimental) If set to true the synthesized Terraform Output will be named after theidpassed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).Default: false
-
builder
- Returns:
- a
TerraformOutputConfig.BuilderofTerraformOutputConfig
-