Package software.amazon.awscdk
Interface IPostProcessor.Jsii$Default
- All Superinterfaces:
IPostProcessor
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPostProcessor.Jsii$Proxy
- Enclosing interface:
IPostProcessor
Internal default implementation for
IPostProcessor
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IPostProcessor
IPostProcessor.Jsii$Default, IPostProcessor.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Object
postProcess
(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 default Object postProcess(@NotNull Object input, @NotNull IResolveContext context) Process the completely resolved value, after full recursion/resolution has happened.- Specified by:
postProcess
in interfaceIPostProcessor
- Parameters:
input
- This parameter is required.context
- This parameter is required.
-