interface IPostProcessor
Language | Type name |
---|---|
![]() | Amazon.CDK.IPostProcessor |
![]() | software.amazon.awscdk.core.IPostProcessor |
![]() | aws_cdk.core.IPostProcessor |
![]() | @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
IResolve
Context
Returns
any
Process the completely resolved value, after full recursion/resolution has happened.