Skip to content

Bedrock Agentcore Control  >  Operations  >  get_token_vault

get_token_vault

Operation

get_token_vault async

get_token_vault(input: GetTokenVaultInput, plugins: list[Plugin] | None = None) -> GetTokenVaultOutput

Retrieves information about a token vault.

Parameters:

Name Type Description Default
input GetTokenVaultInput

An instance of GetTokenVaultInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetTokenVaultOutput

An instance of GetTokenVaultOutput.

Input

GetTokenVaultInput dataclass

Dataclass for GetTokenVaultInput structure.

Attributes

token_vault_id class-attribute instance-attribute
token_vault_id: str | None = None

The unique identifier of the token vault to retrieve.

Output

GetTokenVaultOutput dataclass

Dataclass for GetTokenVaultOutput structure.

Attributes

kms_configuration instance-attribute
kms_configuration: KmsConfiguration

The KMS configuration for the token vault.

last_modified_date instance-attribute
last_modified_date: datetime

The timestamp when the token vault was last modified.

token_vault_id instance-attribute
token_vault_id: str

The ID of the token vault.