Table of Contents

Interface IResolvable

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Interface for values that can be resolvable later.

public interface IResolvable

Remarks

Tokens are special objects that participate in synthesis.

Properties

CreationStack

The creation stack of this resolvable which will be appended to errors thrown during resolution.

string[] CreationStack { get; }

Property Value

string[]

Remarks

This may return an array with a single informational element indicating how to get this property populated, if it was skipped for performance reasons.

Methods

Resolve(IResolveContext)

Produce the Token's value at resolution time.

object Resolve(IResolveContext context)

Parameters

context IResolveContext

Returns

object

ToString()

Return a string representation of this resolvable object.

string ToString()

Returns

string

Remarks

Returns a reversible string representation.