AWS::Bedrock::KnowledgeBase S3VectorsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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