UpdateHarnessRequest
Types
Properties
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.
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.
A unique, case-sensitive identifier to ensure idempotency of the request.
The compute environment configuration for the harness. If not specified, the existing value is retained.
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.
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.
The ARN of the IAM role that the harness assumes when running. If not specified, the existing value is retained.
The maximum number of iterations the agent loop can execute per invocation. If not specified, the existing value is retained.
The AgentCore Memory configuration. Use the optionalValue wrapper to set a new value, or set it to null to clear the existing configuration.
The model configuration for the harness. If not specified, the existing value is retained.
The skills available to the agent. If specified, this replaces all existing skills. If not specified, the existing value is retained.
The system prompt that defines the agent's behavior. If not specified, the existing value is retained.
The maximum duration in seconds for the agent loop execution per invocation. If not specified, the existing value is retained.
The tools available to the agent. If specified, this replaces all existing tools. If not specified, the existing value is retained.
The truncation configuration for managing conversation context. If not specified, the existing value is retained.