IStableListProducer

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

Bases: Protocol

Interface for (stable) lazy list producers.

Methods

produce()

Produce the list value.

Return type:

Optional[List[str]]