Skip to main content
POST
Validate AWS role access

Authorizations

Authorization
string
header
required

JWT obtained through Barndoor's authentication flow. Pass the token verbatim in Authorization: Bearer <token>. Use the Barndoor SDK's loginInteractive() helper to obtain a token in scripts and notebooks.

Body

application/json
region
string
required
Example:

"us-east-1"

iam_role_arn
string
required
Example:

"arn:aws:iam::222222222222:role/customer-bedrock"

external_id
string
required
Example:

"bd-ext-9f3c1"

Response

Validation result

ok
boolean
Example:

true