interface IStableAnyProducer
Language | Type name |
---|---|
![]() | Amazon.CDK.IStableAnyProducer |
![]() | software.amazon.awscdk.core.IStableAnyProducer |
![]() | aws_cdk.core.IStableAnyProducer |
![]() | @aws-cdk/core » IStableAnyProducer |
Interface for (stable) lazy untyped value producers.
Methods
Name | Description |
---|---|
produce() | Produce the value. |
produce()
public produce(): any
Returns
any
Produce the value.