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. |
Process(input, context)
postpublic postProcess(input: any, context: IResolveContext): any
Parameters
- input
any
- context
IResolve
Context
Returns
any
Process the completely resolved value, after full recursion/resolution has happened.