Skip to main content

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.

Initializers

using Io.Cdktn;

new LazyBase();
NameTypeDescription

Methods

NameDescription
AddPostProcessorNo description.
ResolveProduce the Token’s value at resolution time.
ToJSONTurn this Token into JSON.
ToStringReturn a string representation of this resolvable object.

AddPostProcessor

private void AddPostProcessor(IPostProcessor PostProcessor)

PostProcessorRequired


Resolve

private object Resolve(IResolveContext Context)
Produce the Token’s value at resolution time.

ContextRequired


ToJSON

private object ToJSON()
Turn this Token into JSON. Called automatically when JSON.stringify() is called on a Token.

ToString

private string ToString()
Return a string representation of this resolvable object. Returns a reversible string representation.

Properties

NameTypeDescription
CreationStackstring[]The creation stack of this resolvable which will be appended to errors thrown during resolution.

CreationStackRequired

public string[] CreationStack { get; }
  • Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution. If this returns an empty array the stack will not be attached.