Skip to content

Get Token Vault

bedrockagentcorecontrol_get_token_vault R Documentation

Retrieves information about a token vault

Description

Retrieves information about a token vault.

Usage

bedrockagentcorecontrol_get_token_vault(tokenVaultId)

Arguments

tokenVaultId

The unique identifier of the token vault to retrieve.

Value

A list with the following syntax:

list(
  tokenVaultId = "string",
  kmsConfiguration = list(
    keyType = "CustomerManagedKey"|"ServiceManagedKey",
    kmsKeyArn = "string"
  ),
  lastModifiedDate = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_token_vault(
  tokenVaultId = "string"
)