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.

A Token that can post-process the complete resolved value, after resolve() has recursed over it.

Methods

NameDescription
PostProcessProcess the completely resolved value, after full recursion/resolution has happened.

PostProcess

func PostProcess(input interface{}, context IResolveContext) interface{}
Process the completely resolved value, after full recursion/resolution has happened.

inputRequired

  • Type: interface{}

contextRequired