Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Customize cookie preferences

We use cookies and similar tools (collectively, "cookies") for the following purposes.

Essential

Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.

Performance

Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.

Allowed

Functional

Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.

Allowed

Advertising

Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.

Allowed

Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by selecting Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.

Unable to save cookie preferences

We will only store essential cookies at this time, because we were unable to save your cookie preferences.

If you want to change your cookie preferences, try again later using the link in the AWS console footer, or contact support if the problem persists.

  • CDK .NET Reference
  • CDK .NET Reference
Show / Hide Table of Contents

Class CfnKnowledgeBase.RdsFieldMappingProperty

Contains the names of the fields to which to map information about the vector store.

Inheritance
System.Object
CfnKnowledgeBase.RdsFieldMappingProperty
Implements
CfnKnowledgeBase.IRdsFieldMappingProperty
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RdsFieldMappingProperty : Object, CfnKnowledgeBase.IRdsFieldMappingProperty
Syntax (vb)
Public Class RdsFieldMappingProperty
    Inherits Object
    Implements CfnKnowledgeBase.IRdsFieldMappingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;

var rdsFieldMappingProperty = new RdsFieldMappingProperty {
    MetadataField = "metadataField",
    PrimaryKeyField = "primaryKeyField",
    TextField = "textField",
    VectorField = "vectorField"
};

Synopsis

Constructors

RdsFieldMappingProperty()

Properties

MetadataField

The name of the field in which Amazon Bedrock stores metadata about the vector store.

PrimaryKeyField

The name of the field in which Amazon Bedrock stores the ID for each entry.

TextField

The name of the field in which Amazon Bedrock stores the raw text from your data.

VectorField

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

Constructors

RdsFieldMappingProperty()

public RdsFieldMappingProperty()

Properties

MetadataField

The name of the field in which Amazon Bedrock stores metadata about the vector store.

public string MetadataField { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-metadatafield

PrimaryKeyField

The name of the field in which Amazon Bedrock stores the ID for each entry.

public string PrimaryKeyField { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-primarykeyfield

TextField

The name of the field in which Amazon Bedrock stores the raw text from your data.

public string TextField { get; set; }
Property Value

System.String

Remarks

The text is split according to the chunking strategy you choose.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-textfield

VectorField

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

public string VectorField { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-vectorfield

Implements

CfnKnowledgeBase.IRdsFieldMappingProperty
In This Article
  • Synopsis
  • Constructors
    • RdsFieldMappingProperty()
  • Properties
    • MetadataField
    • PrimaryKeyField
    • TextField
    • VectorField
  • Implements
Back to top Generated by DocFX
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.