interface IStableListProducer
Language | Type name |
---|---|
![]() | Amazon.CDK.IStableListProducer |
![]() | software.amazon.awscdk.core.IStableListProducer |
![]() | aws_cdk.core.IStableListProducer |
![]() | @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.