QueryLineageRequest

Types

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

Properties

Link copied to clipboard

Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.

Link copied to clipboard

A set of filtering parameters that allow you to specify which entities should be returned.

Link copied to clipboard

Setting this value to True retrieves not only the entities of interest but also the Associations and lineage entities on the path. Set to False to only return lineage entities that match your query.

Link copied to clipboard

The maximum depth in lineage relationships from the StartArns that are traversed. Depth is a measure of the number of Associations from the StartArn entity to the matched results.

Link copied to clipboard

Limits the number of vertices in the results. Use the NextToken in a response to to retrieve the next page of results.

Link copied to clipboard

Limits the number of vertices in the request. Use the NextToken in a response to to retrieve the next page of results.

Link copied to clipboard

A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.

Functions

Link copied to clipboard
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