Package com.hashicorp.cdktf
Interface TerraformOutputConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TerraformOutputConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)",
date="2024-04-15T08:11:32.062Z")
@Stability(Experimental)
public interface TerraformOutputConfig
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forTerraformOutputConfig
static final class
An implementation forTerraformOutputConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default List<ITerraformDependable>
default String
default Precondition
default Boolean
default Boolean
(experimental) If set to true the synthesized Terraform Output will be named after theid
passed 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 theid
passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).Default: false
-
builder
- Returns:
- a
TerraformOutputConfig.Builder
ofTerraformOutputConfig
-