Skip to content

Commit cddf243

Browse files
authored
Update bedrock.md (#1098)
1 parent 32ad492 commit cddf243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/components/models/bedrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ models:
4343
| `aws_region` | AWS region for Bedrock API requests. | - |
4444
| `aws_access_key_id` | AWS access key ID. | - |
4545
| `aws_secret_access_key` | AWS secret access key. | - |
46-
| `aws_secret_access_key` | AWS secret access key. | - |
46+
| `aws_session_token` | Session token (e.g. AWS_SESSION_TOKEN for AWS) for temporary credentials | - |
4747
| `bedrock_guardrail_identifier` | Identifier for the guardrail. See [GuardrailConfiguration](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_GuardrailConfiguration.html). Pattern: `(([a-z0-9]+) \| (arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))`. Length: 0-2048. | - |
4848
| `bedrock_guardrail_version` | Guardrail version. Pattern: `(([1-9][0-9]{0,7}) \| (DRAFT))` | - |
4949
| `bedrock_trace` | Trace behavior for the guardrail. Valid values: `enabled`, `disabled`, `enabled_full`. Default: `disabled`. | disabled |

0 commit comments

Comments
 (0)