@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-17T07:16:14.477Z") @Stability(value=Experimental) 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()
(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
Object |
resolve(IResolveContext context)
(experimental) Produce the Token's value at resolution time.
|
String |
toString()
(experimental) Return a string representation of this resolvable object.
|
@Stability(value=Experimental) @NotNull List<String> getCreationStack()
If this returns an empty array the stack will not be attached.
@Stability(value=Experimental) @NotNull Object resolve(@NotNull IResolveContext context)
context
- This parameter is required.Copyright © 2023. All rights reserved.