@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-23T23:56:38.161Z") @Stability(value=Stable) public interface IPostProcessor extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPostProcessor.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcess(Object input,
IResolveContext context)
Process the completely resolved value, after full recursion/resolution has happened.
|
@Stability(value=Stable) @NotNull Object postProcess(@NotNull Object input, @NotNull IResolveContext context)
input - This parameter is required.context - This parameter is required.Copyright © 2020. All rights reserved.