Contents:
aws_cdk.core.
IStableStringProducer
Bases: typing_extensions.Protocol
typing_extensions.Protocol
Interface for (stable) lazy string producers.
Methods
produce
Produce the string value.
Optional[str]
Optional
str