Package software.amazon.awscdk
Interface IMergeStrategy.Jsii$Default
- All Superinterfaces:
IMergeStrategy,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMergeStrategy.Jsii$Proxy
- Enclosing interface:
IMergeStrategy
Internal default implementation for
IMergeStrategy.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IMergeStrategy
IMergeStrategy.Jsii$Default, IMergeStrategy.Jsii$Proxy -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
apply
@Stability(Stable) default void apply(@NotNull com.fasterxml.jackson.databind.node.ObjectNode target, @NotNull com.fasterxml.jackson.databind.node.ObjectNode source, @NotNull List<String> allowedKeys) Apply properties from source to target for the given keys.- Specified by:
applyin interfaceIMergeStrategy- Parameters:
target-- The construct to apply properties to.
source-- The property values to apply.
allowedKeys-- Only properties whose names are in this list will be read from
sourceand written totarget.
- Only properties whose names are in this list will be read from
-