Table of Contents

Class Reference

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

An intrinsic Token that represents a reference to a construct.

public abstract class Reference : Intrinsic, IResolvable
Inheritance
Reference
Implements
Inherited Members

Remarks

References are recorded.

Constructors

Reference(object, IConstruct, string?)

protected Reference(object value, IConstruct target, string? displayName = null)

Parameters

value object
target IConstruct
displayName string

Properties

DisplayName

public virtual string DisplayName { get; }

Property Value

string

Target

public virtual IConstruct Target { get; }

Property Value

IConstruct

Methods

IsReference(object)

Check whether this is actually a Reference.

public static bool IsReference(object x)

Parameters

x object

Returns

bool