IFragmentConcatenator¶
-
class
aws_cdk.core.
IFragmentConcatenator
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
(experimental) Function used to concatenate symbols in the target document language.
Interface so it could potentially be exposed over jsii.
- Stability
experimental
Methods
-
join
(left, right)¶ (experimental) Join the fragment on the left and on the right.
- Parameters
left (
Any
) –right (
Any
) –
- Stability
experimental
- Return type
Any