@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-08T15:32:47.557Z") @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 © 2022. All rights reserved.