@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-06-02T14:20:11.364Z") @Stability(value=Experimental) public abstract class Resource extends software.constructs.Construct implements IResource
software.amazon.jsii.JsiiObject.InitializationMode
IResource.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
Resource(software.constructs.Construct scope,
String id) |
protected |
Resource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Resource(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
TerraformStack |
getStack()
(experimental) The stack in which this resource is defined.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Resource(software.amazon.jsii.JsiiObjectRef objRef)
protected Resource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected Resource(@NotNull software.constructs.Construct scope, @NotNull String id)
scope
- This parameter is required.id
- This parameter is required.@Stability(value=Experimental) @NotNull public TerraformStack getStack()
Copyright © 2022. All rights reserved.