AWS Bedrock
Resource type
aws_bedrock — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| region | string | Yes | AWS Bedrock region (e.g., us-east-1) |
| apiKey | string | No | AWS bedrock API key (simplest, no need for awsAccessKeyId and awsSecretAccessKey) |
| awsAccessKeyId | string | No | AWS IAM access key ID (alternative to apiKey) |
| awsSecretAccessKey | string | No | AWS IAM secret access key (alternative to apiKey) |
| awsSessionToken | string | No | AWS IAM session token (alternative to apiKey). You will need to refresh this token periodically. |