BedrockAgentCoreControlPlaneFrontingLayer / Client / get_token_vault

get_token_vault

BedrockAgentCoreControlPlaneFrontingLayer.Client.get_token_vault(**kwargs)

Retrieves information about a token vault.

See also: AWS API Documentation

Request Syntax

response = client.get_token_vault(
    tokenVaultId='string'
)
Parameters:

tokenVaultId (string) – The unique identifier of the token vault to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'tokenVaultId': 'string',
    'kmsConfiguration': {
        'keyType': 'CustomerManagedKey'|'ServiceManagedKey',
        'kmsKeyArn': 'string'
    },
    'lastModifiedDate': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • tokenVaultId (string) –

      The ID of the token vault.

    • kmsConfiguration (dict) –

      The KMS configuration for the token vault.

      • keyType (string) –

        The type of KMS key (CustomerManagedKey or ServiceManagedKey).

      • kmsKeyArn (string) –

        The Amazon Resource Name (ARN) of the KMS key.

    • lastModifiedDate (datetime) –

      The timestamp when the token vault was last modified.

Exceptions