Options to the resolve() operation. 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.Documentation Index
Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Initializer
Properties
| Name | Type | Description |
|---|---|---|
Resolver | ITokenResolver | The resolver to apply to any resolvable tokens found. |
Scope | github.com/aws/constructs-go/constructs/v10.IConstruct | The scope from which resolution is performed. |
Preparing | *bool | Whether the resolution is being executed during the prepare phase or not. |
ResolverRequired
- Type: ITokenResolver
ScopeRequired
- Type: github.com/aws/constructs-go/constructs/v10.IConstruct
PreparingOptional
- Type: *bool
- Default: false