Class ImportReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.BaseEntity
-
- software.aws.awsprototypingsdk.cdkgraph.Edge
-
- software.aws.awsprototypingsdk.cdkgraph.Reference
-
- software.aws.awsprototypingsdk.cdkgraph.ImportReference
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ISerializableEdge,ISerializableEntity
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.447Z") @Stability(Experimental) public class ImportReference extends Reference
(experimental) Import reference defines Fn::ImportValue type reference edge.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.ISerializableEdge
ISerializableEdge.Jsii$Default, ISerializableEdge.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.ISerializableEntity
ISerializableEntity.Jsii$Default
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedImportReference(software.amazon.jsii.JsiiObjectRef objRef)ImportReference(ITypedEdgeProps props)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanisImport(Edge edge)(experimental) Indicates if edge is **Fn::ImportValue** basedReference.-
Methods inherited from class software.aws.awsprototypingsdk.cdkgraph.Reference
getReferenceType, isRef, isReference, resolveChain, resolveTargets
-
Methods inherited from class software.aws.awsprototypingsdk.cdkgraph.Edge
findAllInChain, findInChain, getAllowDestructiveMutations, getDirection, getEdgeType, getIsClosed, getIsCrossStack, getIsExtraneous, getSource, getTarget, isEquivalent, mutateConsume, mutateDestroy, mutateDestroy, mutateDirection, mutateSource, mutateTarget, toString
-
Methods inherited from class software.aws.awsprototypingsdk.cdkgraph.BaseEntity
addAttribute, addFlag, addMetadata, addTag, applyData, applyData, applyData, findMetadata, getAttribute, getAttributes, getFlags, getIsDestroyed, getIsMutated, getMetadata, getStore, getTag, getTags, getUuid, hasAttribute, hasAttribute, hasFlag, hasMetadata, hasTag, hasTag, setAttribute, setTag
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
PREFIX
@Stability(Experimental) public static final String PREFIX
(experimental) Edge prefix to denote Fn::ImportValue type reference edge.
-
-
Constructor Detail
-
ImportReference
protected ImportReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ImportReference
protected ImportReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ImportReference
@Stability(Experimental) public ImportReference(@NotNull ITypedEdgeProps props)- Parameters:
props- This parameter is required.
-
-