@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.764Z") @Stability(value=Stable) public interface ResolveOptions extends software.amazon.jsii.JsiiSerializable
| 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) ITokenResolver getResolver()
@Stability(value=Stable) IConstruct getScope()
@Stability(value=Stable) default Boolean getPreparing()
@Stability(value=Stable) static ResolveOptions.Builder builder()
ResolveOptions.Builder of ResolveOptionsCopyright © 2019. All rights reserved.