interface IPostProcessor
Language | Type name |
---|---|
.NET | Amazon.CDK.IPostProcessor |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IPostProcessor |
Java | software.amazon.awscdk.IPostProcessor |
Python | aws_cdk.IPostProcessor |
TypeScript (source) | aws-cdk-lib » 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.