Package com.hashicorp.cdktf
Class Resource
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.Resource
- All Implemented Interfaces:
IResource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.090Z")
@Stability(Deprecated)
@Deprecated
public abstract class Resource
extends software.constructs.Construct
implements IResource
Deprecated.
- Please use Construct from the constructs package instead.
(deprecated) A construct which represents a resource.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface com.hashicorp.cdktf.IResource
IResource.Jsii$Default -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Resource
protected Resource(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
Resource
protected Resource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
Resource
@Stability(Deprecated) @Deprecated protected Resource(@NotNull software.constructs.Construct scope, @NotNull String id) Deprecated.- Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details