@Generated(value="jsii-pacmak/1.53.0 (build c071d26)", date="2022-02-15T10:31:03.195Z") @Stability(value=Experimental) 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()
(experimental) Whether the resolution is being executed during the prepare phase or not.
|
ITokenResolver |
getResolver()
(experimental) The resolver to apply to any resolvable tokens found.
|
software.constructs.IConstruct |
getScope()
(experimental) The scope from which resolution is performed.
|
@Stability(value=Experimental) @NotNull ITokenResolver getResolver()
@Stability(value=Experimental) @NotNull software.constructs.IConstruct getScope()
@Stability(value=Experimental) @Nullable default Boolean getPreparing()
Default: false
@Stability(value=Experimental) static ResolveOptions.Builder builder()
ResolveOptions.Builder
of ResolveOptions
Copyright © 2022. All rights reserved.