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