interface IPostProcessor
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IPostProcessor |
Java | software.amazon.awscdk.core.IPostProcessor |
Python | aws_cdk.core.IPostProcessor |
TypeScript (source) | @aws-cdk/core » IPostProcessor |
A Token that can post-process the complete resolved value, after resolve() has recursed over it.
Methods
| Name | Description |
|---|---|
| post | Process the completely resolved value, after full recursion/resolution has happened. |
postProcess(input, context)
public postProcess(input: any, context: IResolveContext): any
Parameters
- input
any - context
IResolveContext
Returns
any
Process the completely resolved value, after full recursion/resolution has happened.

.NET
Java
Python
TypeScript (