The whole hunk
from line 54, old and new numbered
/
lines
from line 54
5454
5555 - `kms_arn: string`
5656
57 Full ARN of the AWS KMS key.
57 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
5858
5959 maxLength: 2048
6060
from line 68
6868
6969 **Deprecated**
7070
71 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
71 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
7272
7373 - `Gcp object`
7474
from line 111
111111```bash
112112curl https://api.anthropic.com/v1/organizations/external_keys/$EXTERNAL_KEY_ID \
113113 -H 'anthropic-version: 2023-06-01' \
114 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
114 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
115115```
116116
117117### Response (200)