Uses of Interface
com.hashicorp.cdktf.ITerraformDependable
Packages that use ITerraformDependable
-
Uses of ITerraformDependable in com.hashicorp.cdktf
Subinterfaces of ITerraformDependable in com.hashicorp.cdktfModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITerraformDependable.Classes in com.hashicorp.cdktf that implement ITerraformDependableModifier and TypeClassDescriptionclass(experimental) The DataResource implements the standard resource lifecycle, but does not directly take any other actions.static final classA proxy class which represents a concrete javascript instance of this type.classclassclassclassMethods in com.hashicorp.cdktf that return types with arguments of type ITerraformDependableModifier and TypeMethodDescriptionfinal List<ITerraformDependable>DataConfig.Jsii$Proxy.getDependsOn()final List<ITerraformDependable>TerraformHclModuleConfig.Jsii$Proxy.getDependsOn()default List<ITerraformDependable>TerraformMetaArguments.getDependsOn()final List<ITerraformDependable>TerraformMetaArguments.Jsii$Proxy.getDependsOn()final List<ITerraformDependable>TerraformModuleConfig.Jsii$Proxy.getDependsOn()default List<ITerraformDependable>TerraformModuleUserConfig.getDependsOn()final List<ITerraformDependable>TerraformModuleUserConfig.Jsii$Proxy.getDependsOn()TerraformOutput.getDependsOn()default List<ITerraformDependable>TerraformOutputConfig.getDependsOn()final List<ITerraformDependable>TerraformOutputConfig.Jsii$Proxy.getDependsOn()final List<ITerraformDependable>TerraformResourceConfig.Jsii$Proxy.getDependsOn()Method parameters in com.hashicorp.cdktf with type arguments of type ITerraformDependableModifier and TypeMethodDescriptionDataConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformMetaArguments.getDependsOn()DataResource.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformDataSource.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformHclModule.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformHclModuleConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformModuleUserConfig.getDependsOn()TerraformMetaArguments.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformMetaArguments.getDependsOn()TerraformModuleConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformModuleUserConfig.getDependsOn()TerraformModuleUserConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformModuleUserConfig.getDependsOn()TerraformOutput.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformOutputConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformOutputConfig.getDependsOn()TerraformResource.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) TerraformResourceConfig.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) Sets the value ofTerraformMetaArguments.getDependsOn()voidTerraformOutput.setDependsOn(List<ITerraformDependable> value)