Skip to main content

Variable: GatewayCatalogBedrockConfigurationSchema

const GatewayCatalogBedrockConfigurationSchema: z.ZodType<{
[key: string]: unknown;
aws_auth_type: string;
aws_region: string;
aws_access_key_id?: string;
aws_secret_access_key?: string;
aws_role_arn?: string;
aws_external_id?: string | null;
}>;

Defined in: src/models/ai-gateway-extensions.ts:2565

SCM BedrockConfiguration; unknown response fields are preserved.