Class ImportableResource

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.TerraformElement
com.hashicorp.cdktf.ImportableResource
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-12-09T10:24:39.749Z") @Stability(Experimental) public class ImportableResource extends TerraformElement
(experimental) Class used to represent an importable resource.
  • Constructor Details

    • ImportableResource

      protected ImportableResource(software.amazon.jsii.JsiiObjectRef objRef)
    • ImportableResource

      protected ImportableResource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • ImportableResource

      @Stability(Experimental) public ImportableResource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull IImportableConfig config)
      Parameters:
      scope - This parameter is required.
      name - This parameter is required.
      config - This parameter is required.
  • Method Details