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.119.0 (build 1634eac)",
date="2025-11-17T14:40:43.869Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFragmentConcatenator.static final classA 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.
-