Package software.amazon.awscdk
Interface IPostProcessor
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPostProcessor.Jsii$Default
- All Known Implementing Classes:
IPostProcessor.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:24:53.534Z")
@Stability(Stable)
public interface IPostProcessor
extends software.amazon.jsii.JsiiSerializable
A Token that can post-process the complete resolved value, after resolve() has recursed over it.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPostProcessor
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionpostProcess
(Object input, IResolveContext context) Process the completely resolved value, after full recursion/resolution has happened.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
postProcess
@Stability(Stable) @NotNull Object postProcess(@NotNull Object input, @NotNull IResolveContext context) Process the completely resolved value, after full recursion/resolution has happened.- Parameters:
input
- This parameter is required.context
- This parameter is required.
-