LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxSandboxAwsAuthRule
Interface●Since v0.8

SandboxAwsAuthRule

AWS auth rule for sandbox proxy SigV4 signing.

Copy
interface SandboxAwsAuthRule

Properties

View source on GitHub
property
aws: Auth
property
enabled: boolean
property
env_vars: Record<string, string>
property
name: string
property
type: "aws"

Exclusive static credentials or IAM-role descriptor.

Whether the rule is enabled.

Plaintext environment variables set for every command in the sandbox while the rule is enabled, for tools that refuse to run unless a credential variable is present even though the proxy injects the real credential on the wire.

Rule name.

AWS auth rules are matched by the sandbox proxy's AWS endpoint matcher.