Package software.amazon.awscdk
Class Reference
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Intrinsic
software.amazon.awscdk.Reference
- All Implemented Interfaces:
IResolvable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T13:51:55.142Z")
@Stability(Stable)
public abstract class Reference
extends Intrinsic
An intrinsic Token that represents a reference to a construct.
References are recorded.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awscdk.Intrinsic
Intrinsic.BuilderNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.IResolvable
IResolvable.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotectedReference(Object value, software.constructs.IConstruct target, String displayName, ResolutionTypeHint typeHint) protectedReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedReference(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.constructs.IConstructstatic BooleanCheck whether this is actually a Reference.Methods inherited from class software.amazon.awscdk.Intrinsic
getCreationStack, getTypeHint, newError, resolve, toJSON, toString, toStringListMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Reference
protected Reference(software.amazon.jsii.JsiiObjectRef objRef) -
Reference
protected Reference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
Reference
@Stability(Stable) protected Reference(@NotNull Object value, @NotNull software.constructs.IConstruct target, @Nullable String displayName, @Nullable ResolutionTypeHint typeHint) - Parameters:
value- This parameter is required.target- This parameter is required.displayName-typeHint- Type that the Intrinsic is expected to evaluate to.
-
Reference
@Stability(Stable) protected Reference(@NotNull Object value, @NotNull software.constructs.IConstruct target, @Nullable String displayName) - Parameters:
value- This parameter is required.target- This parameter is required.displayName-
-
Reference
@Stability(Stable) protected Reference(@NotNull Object value, @NotNull software.constructs.IConstruct target) - Parameters:
value- This parameter is required.target- This parameter is required.
-
-
Method Details
-
isReference
Check whether this is actually a Reference.- Parameters:
x- This parameter is required.
-
getDisplayName
-
getTarget
@Stability(Stable) @NotNull public software.constructs.IConstruct getTarget()
-