Skip to content

Get Workload Identity

bedrockagentcorecontrol_get_workload_identity R Documentation

Retrieves information about a workload identity

Description

Retrieves information about a workload identity.

Usage

bedrockagentcorecontrol_get_workload_identity(name)

Arguments

name

[required] The name of the workload identity to retrieve.

Value

A list with the following syntax:

list(
  name = "string",
  workloadIdentityArn = "string",
  allowedResourceOauth2ReturnUrls = list(
    "string"
  ),
  createdTime = as.POSIXct(
    "2015-01-01"
  ),
  lastUpdatedTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_workload_identity(
  name = "string"
)