Uses of Interface
com.hashicorp.cdktf.ITerraformResource
Packages that use ITerraformResource
-
Uses of ITerraformResource in com.hashicorp.cdktf
Subinterfaces of ITerraformResource in com.hashicorp.cdktfModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITerraformResource.Classes in com.hashicorp.cdktf that implement ITerraformResourceModifier 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.classclassMethods in com.hashicorp.cdktf with parameters of type ITerraformResourceModifier and TypeMethodDescriptionstatic ResourceTerraformIteratorTerraformIterator.fromDataSources(ITerraformResource resource) (experimental) Creates a new iterator from a data source that has been created with thefor_eachargument.static ResourceTerraformIteratorTerraformIterator.fromResources(ITerraformResource resource) (experimental) Creates a new iterator from a resource that has been created with thefor_eachargument.Constructors in com.hashicorp.cdktf with parameters of type ITerraformResource