Class 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
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable

        com.hashicorp.cdktf.ITerraformAddressable.Jsii$Default, com.hashicorp.cdktf.ITerraformAddressable.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TFModuleVariable​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected TFModuleVariable​(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
      Object toTerraform()  
      • 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.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface com.hashicorp.cdktf.ITerraformAddressable

        getFqn
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • 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:
        toTerraform in class com.hashicorp.cdktf.TerraformVariable