{"resource_type":{"id":331,"name":"aws_bedrock","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"order\": [\n\t\t\"region\",\n\t\t\"apiKey\"\n\t],\n\t\"properties\": {\n\t\t\"apiKey\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"AWS bedrock API key (simplest, no need for awsAccessKeyId and awsSecretAccessKey)\",\n\t\t\t\"nullable\": true,\n\t\t\t\"password\": true,\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"awsAccessKeyId\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"AWS IAM access key ID (alternative to apiKey)\",\n\t\t\t\"nullable\": true,\n\t\t\t\"password\": true,\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"awsSecretAccessKey\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"AWS IAM secret access key (alternative to apiKey)\",\n\t\t\t\"nullable\": true,\n\t\t\t\"password\": true,\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"awsSessionToken\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"AWS IAM session token (alternative to apiKey). You will need to refresh this token periodically.\",\n\t\t\t\"nullable\": true,\n\t\t\t\"password\": true,\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"region\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"AWS Bedrock region (e.g., us-east-1)\",\n\t\t\t\"nullable\": false,\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"region\"\n\t],\n\t\"type\": \"object\"\n}","approved":true,"app":"aws_bedrock","description":"AWS Bedrock resource type","created_by":"hugo989","created_at":"2025-11-13T18:48:16.149Z"}}