Package com.hashicorp.cdktf
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.91.0 (build 1b1f239)",
date="2023-12-07T11:27:09.989Z")
@Stability(Experimental)
public interface IPostProcessor
extends software.amazon.jsii.JsiiSerializable
(experimental) A Token that can post-process the complete resolved value, after resolve() has recursed over it.
-
Nested Class Summary
Nested ClassesModifier 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) (experimental) 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(Experimental) @NotNull Object postProcess(@NotNull Object input, @NotNull IResolveContext context) (experimental) Process the completely resolved value, after full recursion/resolution has happened.- Parameters:
input
- This parameter is required.context
- This parameter is required.
-