interface IFragmentConcatenator
Language | Type name |
---|---|
.NET | Amazon.CDK.IFragmentConcatenator |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IFragmentConcatenator |
Java | software.amazon.awscdk.IFragmentConcatenator |
Python | aws_cdk.IFragmentConcatenator |
TypeScript (source) | aws-cdk-lib » IFragmentConcatenator |
Implemented by
String
Function used to concatenate symbols in the target document language.
Interface so it could potentially be exposed over jsii.
Methods
Name | Description |
---|---|
join(left, right) | Join the fragment on the left and on the right. |
join(left, right)
public join(left: any, right: any): any
Parameters
- left
any
- right
any
Returns
any
Join the fragment on the left and on the right.