Package software.amazon.awscdk
Interface IFragmentConcatenator
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFragmentConcatenator.Jsii$Default
- All Known Implementing Classes:
IFragmentConcatenator.Jsii$Proxy
,StringConcat
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-27T17:01:55.908Z")
@Stability(Stable)
public interface IFragmentConcatenator
extends software.amazon.jsii.JsiiSerializable
Function used to concatenate symbols in the target document language.
Interface so it could potentially be exposed over jsii.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFragmentConcatenator
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
join
Join the fragment on the left and on the right.- Parameters:
left
- This parameter is required.right
- This parameter is required.
-