@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:41.335Z") @Stability(value=Experimental) public class Intrinsic extends software.amazon.jsii.JsiiObject implements IResolvable
WARNING: this class should not be externally exposed, but is currently visible because of a limitation of jsii (https://github.com/aws/jsii/issues/524).
This class will disappear in a future release and should not be used.
EXPERIMENTAL
software.amazon.jsii.JsiiObject.InitializationMode
IResolvable.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Intrinsic(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Intrinsic(software.amazon.jsii.JsiiObjectRef objRef) |
|
Intrinsic(Object value)
EXPERIMENTAL
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getCreationStack()
The captured stack trace which represents the location in which this token was created.
|
protected Object |
newError(String message)
Creates a throwable Error object that contains the token creation stack trace.
|
Object |
resolve(IResolveContext _context)
Produce the Token's value at resolution time.
|
Object |
toJSON()
Turn this Token into JSON.
|
String |
toString()
Convert an instance of this Token to a string.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected Intrinsic(software.amazon.jsii.JsiiObjectRef objRef)
protected Intrinsic(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public Intrinsic(@NotNull Object value)
value
- This parameter is required.@Stability(value=Experimental) @NotNull protected Object newError(@NotNull String message)
EXPERIMENTAL
message
- Error message. This parameter is required.@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext _context)
EXPERIMENTAL
resolve
in interface IResolvable
_context
- This parameter is required.@Stability(value=Experimental) @NotNull public Object toJSON()
Called automatically when JSON.stringify() is called on a Token.
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public String toString()
This method will be called implicitly by language runtimes if the object is embedded into a string. We treat it the same as an explicit stringification.
EXPERIMENTAL
toString
in interface IResolvable
toString
in class Object
@Stability(value=Experimental) @NotNull public List<String> getCreationStack()
EXPERIMENTAL
getCreationStack
in interface IResolvable
Copyright © 2020. All rights reserved.