IStableStringProducer

class aws_cdk.core.IStableStringProducer(*args, **kwds)

Bases: Protocol

Interface for (stable) lazy string producers.

Methods

produce()

Produce the string value.

Return type:

Optional[str]