IPostProcessor

class aws_cdk.core.IPostProcessor(*args, **kwds)

Bases: Protocol

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

Methods

post_process(input, context)

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

Parameters:
Return type:

Any