IListProducer
- class aws_cdk.core.IListProducer(*args, **kwargs)
Bases:
ProtocolInterface for lazy list producers.
Methods
- produce(context)
Produce the list value.
- Parameters:
context (
IResolveContext)- Return type:
Optional[List[str]]
Bases: Protocol
Interface for lazy list producers.
Methods
Produce the list value.
context (IResolveContext)
Optional[List[str]]