Edge

class Edge

A directed edge connecting two lineage entities.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.

Link copied to clipboard

The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.

Functions

Link copied to clipboard
inline fun copy(block: Edge.Builder.() -> Unit = {}): Edge
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String