@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / SalesforceDataSourceProps
Interface to create a new standalone data source object.
readonly
authSecret:ISecret
The AWS Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. Secret must start with "AmazonBedrock-".
SalesforceDataSourceAssociationProps
.authSecret
readonly
optional
chunkingStrategy:ChunkingStrategy
The chunking stategy to use for splitting your documents or content. The chunks are then converted to embeddings and written to the vector index allowing for similarity search and retrieval of the content.
ChunkingStrategy.DEFAULT
SalesforceDataSourceAssociationProps
.chunkingStrategy
readonly
optional
customTransformation:CustomTransformation
The custom transformation strategy to use.
- No custom transformation is used.
SalesforceDataSourceAssociationProps
.customTransformation
readonly
optional
dataDeletionPolicy:DataDeletionPolicy
The data deletion policy to apply to the data source.
- Sets the data deletion policy to the default of the data source type.
SalesforceDataSourceAssociationProps
.dataDeletionPolicy
readonly
optional
dataSourceName:string
The name of the data source.
- A new name will be generated.
SalesforceDataSourceAssociationProps
.dataSourceName
readonly
optional
description:string
A description of the data source.
- No description is provided.
SalesforceDataSourceAssociationProps
.description
readonly
endpoint:string
The Salesforce host URL or instance URL.
"https://company.salesforce.com/"
SalesforceDataSourceAssociationProps
.endpoint
readonly
optional
filters:SalesforceCrawlingFilters
[]
The filters (regular expression patterns) for the crawling. If there's a conflict, the exclude pattern takes precedence.
None - all your content is crawled.
SalesforceDataSourceAssociationProps
.filters
readonly
optional
kmsKey:IKey
The KMS key to use to encrypt the data source.
- Service owned and managed key.
SalesforceDataSourceAssociationProps
.kmsKey
readonly
knowledgeBase:IKnowledgeBase
The knowledge base to associate with the data source.
readonly
optional
parsingStrategy:ParsingStategy
The parsing strategy to use.
- No Parsing Stategy is used.