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.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.041Z")
@Stability(Experimental)
public interface IResource
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIResource.static final classA 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
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStack
(experimental) The stack in which this resource is defined.
-