Class TFModuleVariable
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformVariable
-
- com.hashicorp.cdktf.tf_module_stack.TFModuleVariable
-
- All Implemented Interfaces:
com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-12T00:25:25.518Z") @Stability(Stable) public class TFModuleVariable extends com.hashicorp.cdktf.TerraformVariable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hashicorp.cdktf.TerraformVariable
com.hashicorp.cdktf.TerraformVariable.Builder
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTFModuleVariable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedTFModuleVariable(software.amazon.jsii.JsiiObjectRef objRef)TFModuleVariable(software.constructs.Construct scope, String name, com.hashicorp.cdktf.TerraformVariableConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecttoTerraform()-
Methods inherited from class com.hashicorp.cdktf.TerraformVariable
addValidation, getBooleanValue, getDefaultValue, getDescription, getListValue, getNullable, getNumberValue, getSensitive, getStringValue, getType, getValidation, getValue, synthesizeAttributes
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId, toMetadata
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
TFModuleVariable
protected TFModuleVariable(software.amazon.jsii.JsiiObjectRef objRef)
-
TFModuleVariable
protected TFModuleVariable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
TFModuleVariable
@Stability(Stable) public TFModuleVariable(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull com.hashicorp.cdktf.TerraformVariableConfig config)- Parameters:
scope- This parameter is required.name- This parameter is required.config- This parameter is required.
-
-
Method Detail
-
toTerraform
@Stability(Stable) @NotNull public Object toTerraform()
- Overrides:
toTerraformin classcom.hashicorp.cdktf.TerraformVariable
-
-