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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IResource.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (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

      @Stability(Experimental) @NotNull TerraformStack getStack()
      (experimental) The stack in which this resource is defined.