Table of Contents

Interface IPostProcessor

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

public interface IPostProcessor

Methods

PostProcess(object, IResolveContext)

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

object PostProcess(object input, IResolveContext context)

Parameters

input object
context IResolveContext

Returns

object