interface IStableListProducer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IStableListProducer |
Java | software.amazon.awscdk.core.IStableListProducer |
Python | aws_cdk.core.IStableListProducer |
TypeScript (source) | @aws-cdk/core » IStableListProducer |
Interface for (stable) lazy list producers.
Methods
| Name | Description |
|---|---|
| produce() | Produce the list value. |
produce()
public produce(): string[]
Returns
string[]
Produce the list value.

.NET
Java
Python
TypeScript (