IStableStringProducer

class aws_cdk.IStableStringProducer(*args, **kwargs)

Bases: Protocol

Interface for (stable) lazy string producers.

Methods

produce()

Produce the string value.

Return type:

Optional[str]