@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.735Z") @Stability(value=Experimental) public interface IPostProcessor extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPostProcessor.Jsii$Default
Internal default implementation for
IPostProcessor. |
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)
(experimental) Process the completely resolved value, after full recursion/resolution has happened.
|
@Stability(value=Experimental) @NotNull Object postProcess(@NotNull Object input, @NotNull IResolveContext context)
input - This parameter is required.context - This parameter is required.Copyright © 2021. All rights reserved.