AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::TokenVault

BedrockAgentCore TokenVault

Resource Type definition for AWS::BedrockAgentCore::TokenVault

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the token vault.
KmsConfigurationKmsConfigurationThe KMS configuration for the token vault.
LastModifiedDatestringThe timestamp when the token vault was last modified.
TokenVaultIdstringThe unique identifier of the token vault.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::TokenVault

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::TokenVault
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

bedrock-agentcore:GetTokenVault

list

bedrock-agentcore:GetTokenVault

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties4
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

External Links