@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T20:05:10.936Z") @Stability(value=Stable) 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.
| Modifier and Type | Class and Description |
|---|---|
static class |
Intrinsic.Builder
A fluent builder for
Intrinsic. |
software.amazon.jsii.JsiiObject.InitializationModeIResolvable.Jsii$Default, 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) |
|
Intrinsic(Object value,
IntrinsicProps options) |
| 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, jsiiStaticSetprotected Intrinsic(software.amazon.jsii.JsiiObjectRef objRef)
protected Intrinsic(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public Intrinsic(@NotNull
Object value,
@Nullable
IntrinsicProps options)
value - This parameter is required.options - @Stability(value=Stable)
public Intrinsic(@NotNull
Object value)
value - This parameter is required.@Stability(value=Stable) @NotNull protected Object newError(@NotNull String message)
message - Error message. This parameter is required.@Stability(value=Stable) @NotNull public Object resolve(@NotNull IResolveContext _context)
resolve in interface IResolvable_context - This parameter is required.@Stability(value=Stable) @NotNull public Object toJSON()
Called automatically when JSON.stringify() is called on a Token.
@Stability(value=Stable) @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.
toString in interface IResolvabletoString in class Object@Stability(value=Stable) @NotNull public List<String> getCreationStack()
getCreationStack in interface IResolvableCopyright © 2021. All rights reserved.