Skip to content

Get Workload Access Token

bedrockagentcore_get_workload_access_token R Documentation

Obtains a workload access token for agentic workloads not acting on behalf of a user

Description

Obtains a workload access token for agentic workloads not acting on behalf of a user.

Usage

bedrockagentcore_get_workload_access_token(workloadName)

Arguments

workloadName

[required] The unique identifier for the registered workload.

Value

A list with the following syntax:

list(
  workloadAccessToken = "string"
)

Request syntax

svc$get_workload_access_token(
  workloadName = "string"
)