aws-cdk-lib.IFragmentConcatenator

interface IFragmentConcatenator

LanguageType name
.NETAmazon.CDK.IFragmentConcatenator
Gogithub.com/aws/aws-cdk-go/awscdk/v2#IFragmentConcatenator
Javasoftware.amazon.awscdk.IFragmentConcatenator
Pythonaws_cdk.IFragmentConcatenator
TypeScript (source)aws-cdk-lib » IFragmentConcatenator

Implemented by StringConcat

Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

Methods

NameDescription
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.