StringConcat

class aws_cdk.core.StringConcat

Bases: object

Converts all fragments to strings and concats those.

Drops ‘undefined’s.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.core as cdk

string_concat = cdk.StringConcat()

Methods

join(left, right)

Join the fragment on the left and on the right.

Parameters:
  • left (Any) –

  • right (Any) –

Return type:

Any