The whole hunk
from line 36, old and new numbered
/
lines
from line 36
3636
3737 - `kms_arn: string`
3838
39 Full ARN of the AWS KMS key.
39 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.
4040
4141 maxLength: 2048
4242
from line 50
5050
5151 **Deprecated**
5252
53 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
53 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.
5454
5555 - `Gcp object`
5656
from line 124
124124
125125 - `kms_arn: string`
126126
127 Full ARN of the AWS KMS key.
127 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.
128128
129129 maxLength: 2048
130130
from line 138
138138
139139 **Deprecated**
140140
141 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
141 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.
142142
143143 - `Gcp object`
144144
from line 182
182182curl https://api.anthropic.com/v1/organizations/external_keys/$EXTERNAL_KEY_ID \
183183 -H 'Content-Type: application/json' \
184184 -H 'anthropic-version: 2023-06-01' \
185 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
185 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
186186 -d '{}'
187187```
188188