Skip to main content

workload_access_token_for_jwts

Creates, updates, deletes, gets or lists a workload_access_token_for_jwts resource.

Overview

Nameworkload_access_token_for_jwts
TypeResource
Idaws.bedrock_agentcore.workload_access_token_for_jwts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
workload_access_tokenstringAn opaque token representing the identity of both the workload and the user.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_workload_access_token_for_jwtselectregionObtains a workload access token for agentic workloads acting on behalf of a user, using a JWT token.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Obtains a workload access token for agentic workloads acting on behalf of a user, using a JWT token.

SELECT
workload_access_token
FROM aws.bedrock_agentcore.workload_access_token_for_jwts
WHERE region = '{{ region }}' -- required
;