AWS::BedrockAgentCore::TokenVaultResource Type definition for AWS::BedrockAgentCore::TokenVault
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the token vault. |
KmsConfiguration | KmsConfiguration | The KMS configuration for the token vault. |
LastModifiedDate | string | The timestamp when the token vault was last modified. |
TokenVaultId | string | The unique identifier of the token vault. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::TokenVault
Resources:
MyResource:
Type: AWS::BedrockAgentCore::TokenVault
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:GetTokenVaultbedrock-agentcore:GetTokenVaultOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn