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:StringIndexName:StringVectorBucketArn: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:
3Maximum:
63Update 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