Class Dependency
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.BaseEntity
-
- software.aws.awsprototypingsdk.cdkgraph.Edge
-
- software.aws.awsprototypingsdk.cdkgraph.Dependency
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ISerializableEdge,ISerializableEntity
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.325Z") @Stability(Experimental) public class Dependency extends Edge
(experimental) Dependency edge class defines CloudFormation dependency between resources.
-
-
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 protectedDependency(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDependency(software.amazon.jsii.JsiiObjectRef objRef)Dependency(ITypedEdgeProps props)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanisDependency(Edge edge)(experimental) Indicates if given edge is aDependencyedge.-
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 dependency edge.
-
-
Constructor Detail
-
Dependency
protected Dependency(software.amazon.jsii.JsiiObjectRef objRef)
-
Dependency
protected Dependency(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Dependency
@Stability(Experimental) public Dependency(@NotNull ITypedEdgeProps props)- Parameters:
props- This parameter is required.
-
-
Method Detail
-
isDependency
@Stability(Experimental) @NotNull public static Boolean isDependency(@NotNull Edge edge)
(experimental) Indicates if given edge is aDependencyedge.- Parameters:
edge- This parameter is required.
-
-