Skip to content

/AWS1/CL_BDAS3VECTORSCONF

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

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_vectorbucketarn TYPE /AWS1/BDAVECTORBUCKETARN /AWS1/BDAVECTORBUCKETARN

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.

iv_indexarn TYPE /AWS1/BDAINDEXARN /AWS1/BDAINDEXARN

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.

iv_indexname TYPE /AWS1/BDAINDEXNAME /AWS1/BDAINDEXNAME

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


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_VECTORBUCKETARN() Getter for VECTORBUCKETARN, with configurable default
ASK_VECTORBUCKETARN() Getter for VECTORBUCKETARN w/ exceptions if field has no val
HAS_VECTORBUCKETARN() Determine if VECTORBUCKETARN has a value

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.

Accessible with the following methods

Method Description
GET_INDEXARN() Getter for INDEXARN, with configurable default
ASK_INDEXARN() Getter for INDEXARN w/ exceptions if field has no value
HAS_INDEXARN() Determine if INDEXARN has a value

indexName

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

Accessible with the following methods

Method Description
GET_INDEXNAME() Getter for INDEXNAME, with configurable default
ASK_INDEXNAME() Getter for INDEXNAME w/ exceptions if field has no value
HAS_INDEXNAME() Determine if INDEXNAME has a value