UpdateHarnessRequest

Types

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

Properties

Link copied to clipboard

The tools that the agent is allowed to use. If specified, this replaces all existing allowed tools. If not specified, the existing value is retained.

Link copied to clipboard

Wrapper for updating an optional AuthorizerConfiguration field with PATCH semantics. When present in an update request, the authorizer configuration is replaced with optionalValue. When absent, the authorizer configuration is left unchanged. To unset, include the wrapper with optionalValue not specified.

Link copied to clipboard

A unique, case-sensitive identifier to ensure idempotency of the request.

Link copied to clipboard

The compute environment configuration for the harness. If not specified, the existing value is retained.

Link copied to clipboard

The environment artifact for the harness. Use the optionalValue wrapper to set a new value, or set it to null to clear the existing configuration.

Link copied to clipboard

Environment variables to set in the harness runtime environment. If specified, this replaces all existing environment variables. If not specified, the existing value is retained.

Link copied to clipboard

The ARN of the IAM role that the harness assumes when running. If not specified, the existing value is retained.

Link copied to clipboard

The ID of the harness to update.

Link copied to clipboard

The maximum number of iterations the agent loop can execute per invocation. If not specified, the existing value is retained.

Link copied to clipboard

The maximum number of tokens the agent can generate per iteration. If not specified, the existing value is retained.

Link copied to clipboard

The AgentCore Memory configuration. Use the optionalValue wrapper to set a new value, or set it to null to clear the existing configuration.

Link copied to clipboard

The model configuration for the harness. If not specified, the existing value is retained.

Link copied to clipboard

The skills available to the agent. If specified, this replaces all existing skills. If not specified, the existing value is retained.

Link copied to clipboard

The system prompt that defines the agent's behavior. If not specified, the existing value is retained.

Link copied to clipboard

The maximum duration in seconds for the agent loop execution per invocation. If not specified, the existing value is retained.

Link copied to clipboard

The tools available to the agent. If specified, this replaces all existing tools. If not specified, the existing value is retained.

Link copied to clipboard

The truncation configuration for managing conversation context. If not specified, the existing value is retained.

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