Interface IReferenceProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedEdgeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IReferenceProps.Jsii$Default
- All Known Implementing Classes:
IReferenceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.403Z") @Stability(Experimental) public interface IReferenceProps extends software.amazon.jsii.JsiiSerializable, ITypedEdgeProps
(experimental) Reference edge props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIReferenceProps.Jsii$DefaultInternal default implementation forIReferenceProps.static classIReferenceProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ReferenceTypeEnumgetReferenceType()(experimental) Type of reference.default voidsetReferenceType(ReferenceTypeEnum value)(experimental) Type of reference.-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
getStore, getUuid
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedEdgeProps
getSource, getTarget
-
-
-
-
Method Detail
-
getReferenceType
@Stability(Experimental) @Nullable default ReferenceTypeEnum getReferenceType()
(experimental) Type of reference.
-
setReferenceType
@Optional default void setReferenceType(@Nullable ReferenceTypeEnum value)(experimental) Type of reference.
-
-