Package software.amazon.awscdk
Interface IPropertyInjector
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPropertyInjector.Jsii$Default
- All Known Implementing Classes:
IPropertyInjector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:04.208Z")
@Stability(Stable)
public interface IPropertyInjector
extends software.amazon.jsii.JsiiSerializable
This interface define an inject function that operates on a Construct's Property.
The Construct must have a constructUniqueId to uniquely identify itself.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPropertyInjector.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe unique Id of the Construct class.inject(Object originalProps, InjectionContext context) The injector to be applied to the constructor properties of the Construct.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConstructUniqueId
The unique Id of the Construct class. -
inject
@Stability(Stable) @NotNull Object inject(@NotNull Object originalProps, @NotNull InjectionContext context) The injector to be applied to the constructor properties of the Construct.- Parameters:
originalProps- This parameter is required.context- This parameter is required.
-