II.
TransportClient JSON
Structured · livetransport-client:claude-code-bedrock
Claude Code Bedrock transport client json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "transport-client:claude-code-bedrock",
"_kind": "TransportClient",
"_file": "compute/transport-clients/claude-code-bedrock.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Claude Code Bedrock transport client",
"providerId": "provider:aws-bedrock",
"idleTimeoutMs": 60000,
"responseTimeoutMs": 600000,
"keepAliveEnabled": true,
"retryPolicyId": "retry-policy:claude-code-default",
"oauthRefreshOn401": false,
"clearAuthCacheOn401": true,
"credentialPrecedence": [
"env-var",
"bedrock-iam",
"settings"
],
"description": "AWS Bedrock Converse client. IAM SigV4 auth — clearing creds on 401 is\na no-op (next call re-resolves). No OAuth refresh path.\n"
},
"outgoingEdges": [
{
"from": "transport-client:claude-code-bedrock",
"to": "provider:aws-bedrock",
"kind": "client_targets_provider",
"attributes": {}
},
{
"from": "transport-client:claude-code-bedrock",
"to": "retry-policy:claude-code-default",
"kind": "client_uses_retry_policy",
"attributes": {}
},
{
"from": "transport-client:claude-code-bedrock",
"to": "token-budget:claude-code-call-1m-extra-usage",
"kind": "client_uses_token_budget",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "transport-client:claude-code-bedrock",
"kind": "uses_transport_client",
"attributes": {}
}
]
}