@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:42.282Z") @Stability(value=Stable) public interface ResolveOptions extends software.amazon.jsii.JsiiSerializable
NOT the same as the ResolveContext; ResolveContext is exposed to Token implementors and resolution hooks, whereas this struct is just to bundle a number of things that would otherwise be arguments to resolve() in a readable way.
Modifier and Type | Interface and Description |
---|---|
static class |
ResolveOptions.Builder
A builder for
ResolveOptions |
static class |
ResolveOptions.Jsii$Proxy
An implementation for
ResolveOptions |
Modifier and Type | Method and Description |
---|---|
static ResolveOptions.Builder |
builder() |
default Boolean |
getPreparing()
Whether the resolution is being executed during the prepare phase or not.
|
ITokenResolver |
getResolver()
The resolver to apply to any resolvable tokens found.
|
IConstruct |
getScope()
The scope from which resolution is performed.
|
@Stability(value=Stable) @NotNull ITokenResolver getResolver()
@Stability(value=Stable) @NotNull IConstruct getScope()
@Stability(value=Stable) @Nullable default Boolean getPreparing()
Default: false
@Stability(value=Stable) static ResolveOptions.Builder builder()
ResolveOptions.Builder
of ResolveOptions
Copyright © 2020. All rights reserved.