Table of Contents

Interface IAnyProducer

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Interface for lazy untyped value producers.

public interface IAnyProducer

Methods

Produce(IResolveContext)

Produce the value.

object Produce(IResolveContext context)

Parameters

context IResolveContext

Returns

object