Package com.hashicorp.cdktf
Interface IResource
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IResource.Jsii$Default
- All Known Implementing Classes:
IResource.Jsii$Proxy
,Resource
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.575Z")
@Stability(Experimental)
public interface IResource
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIResource
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetStack()
(experimental) The stack in which this resource is defined.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStack
(experimental) The stack in which this resource is defined.
-