iiRecord
Agentic AI Atlas · provider-translation:claude:bedrock
provider-translation:claude:bedrocka5c.ai
II.
ProviderTranslation JSON

provider-translation:claude:bedrock

Structured · live

provider-translation:claude:bedrock json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/provider-translations/claude-translations.yamlCluster · extensions
Record JSON
{
  "id": "provider-translation:claude:bedrock",
  "_kind": "ProviderTranslation",
  "_file": "extensions/provider-translations/claude-translations.yaml",
  "_cluster": "extensions",
  "attributes": {
    "harness": "claude",
    "provider": "bedrock",
    "proxyRequired": false,
    "staticEnv": {
      "CLAUDE_CODE_USE_BEDROCK": "1"
    },
    "envMapping": [
      {
        "envVar": "AWS_REGION",
        "source": "params.region",
        "condition": "present"
      },
      {
        "envVar": "AWS_PROFILE",
        "source": "auth.awsProfile",
        "condition": "present"
      }
    ],
    "args": [],
    "notes": "AWS Bedrock support for Claude Code via native integration."
  },
  "outgoingEdges": [
    {
      "from": "provider-translation:claude:bedrock",
      "to": "agent:claude-code",
      "kind": "translates_for",
      "attributes": {}
    },
    {
      "from": "provider-translation:claude:bedrock",
      "to": "provider:bedrock",
      "kind": "uses_provider",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}