Package com.hashicorp.cdktf
Interface IImportableConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IImportableConfig.Jsii$Default
- All Known Implementing Classes:
IImportableConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)",
date="2024-12-09T10:24:39.734Z")
@Stability(Experimental)
public interface IImportableConfig
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIImportableConfig
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault TerraformProvider
void
setImportId
(String value) default void
setProvider
(TerraformProvider value) void
setTerraformResourceType
(String value) Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImportId
-
setImportId
-
getTerraformResourceType
-
setTerraformResourceType
-
getProvider
-
setProvider
-