HarnessEndpoint

Representation of a harness endpoint. An endpoint is a named, stable reference to a specific version of a harness that callers invoke, allowing the underlying version to be updated without changing how the agent is invoked.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the endpoint.

Link copied to clipboard

The timestamp when the endpoint was created.

Link copied to clipboard

The description of the endpoint.

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard

The reason the endpoint's last create or update operation failed.

Link copied to clipboard

The ID of the harness that the endpoint belongs to.

Link copied to clipboard

The name of the harness that the endpoint belongs to.

Link copied to clipboard

The harness version that the endpoint is currently serving.

Link copied to clipboard

The status of the endpoint.

Link copied to clipboard

The harness version that the endpoint points to. While an update is in progress, this can differ from the live version until the endpoint finishes transitioning.

Link copied to clipboard

The timestamp when the endpoint was last updated.

Functions

Link copied to clipboard
inline fun copy(block: HarnessEndpoint.Builder.() -> Unit = {}): HarnessEndpoint
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