AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.S3VectorsConfiguration

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class S3VectorsConfiguration

The S3VectorsConfiguration type exposes the following members

Constructors

NameDescription
Public Method S3VectorsConfiguration()

Properties

NameTypeDescription
Public Property IndexArn System.String

Gets and sets the property 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.

Public Property IndexName System.String

Gets and sets the property IndexName.

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

Public Property VectorBucketArn System.String

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5