@Generated(value="jsii-pacmak/1.77.0 (build 3e5fa88)", date="2023-03-14T15:04:56.301Z") @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.
|
default ResolutionTypeHint |
getTypeHint()
The type that this token will likely resolve to.
|
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) @Nullable default ResolutionTypeHint getTypeHint()
@Stability(value=Stable) @NotNull Object resolve(@NotNull IResolveContext context)
context
- This parameter is required.Copyright © 2023. All rights reserved.