AWS::Bedrock::KnowledgeBase S3VectorsConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::KnowledgeBase S3VectorsConfiguration

Contains the storage configuration of the knowledge base for S3 vectors.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "IndexArn" : String, "IndexName" : String, "VectorBucketArn" : String }

YAML

IndexArn: String IndexName: String VectorBucketArn: String

Properties

IndexArn

The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.

Required: No

Type: String

Update requires: Replacement

IndexName

The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.

Required: No

Type: String

Minimum: 3

Maximum: 63

Update requires: Replacement

VectorBucketArn

The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.

Required: No

Type: String

Update requires: Replacement