@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-09T19:17:31.629Z") @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 interface |
IResolvable.Jsii$Default
Internal default implementation for
IResolvable. |
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()
This may return an array with a single informational element indicating how to get this property populated, if it was skipped for performance reasons.
@Stability(value=Stable) @NotNull Object resolve(@NotNull IResolveContext context)
context - This parameter is required.Copyright © 2021. All rights reserved.