@Generated(value="jsii-pacmak/1.6.0 (build 248e75b)", date="2020-06-09T15:22:32.238Z") @Stability(value=Stable) public interface IResolvable extends software.amazon.jsii.JsiiSerializable
Tokens are special objects that participate in synthesis.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IResolvable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCreationStack()
The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
Object |
resolve(IResolveContext context)
Produce the Token's value at resolution time.
|
String |
toString()
Return a string representation of this resolvable object.
|
@Stability(value=Stable) @NotNull List<String> getCreationStack()
If this returns an empty array the stack will not be attached.
@Stability(value=Stable) @NotNull Object resolve(@NotNull IResolveContext context)
context - This parameter is required.Copyright © 2020. All rights reserved.