@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.739Z") @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.
| Modifier and Type | Class and Description |
|---|---|
static class |
Intrinsic.Builder
(experimental) 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()
(experimental) The captured stack trace which represents the location in which this token was created.
|
protected Object |
newError(String message)
(experimental) Creates a throwable Error object that contains the token creation stack trace.
|
Object |
resolve(IResolveContext _context)
(experimental) Produce the Token's value at resolution time.
|
Object |
toJSON()
(experimental) Turn this Token into JSON.
|
String |
toString()
(experimental) 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=Experimental)
public Intrinsic(@NotNull
Object value,
@Nullable
IntrinsicProps options)
value - This parameter is required.options - @Stability(value=Experimental)
public Intrinsic(@NotNull
Object value)
value - This parameter is required.@Stability(value=Experimental) @NotNull protected Object newError(@NotNull String message)
message - Error message. This parameter is required.@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext _context)
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.
@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.
toString in interface IResolvabletoString in class Object@Stability(value=Experimental) @NotNull public List<String> getCreationStack()
getCreationStack in interface IResolvableCopyright © 2021. All rights reserved.