Skip to content

Bedrock Agent  >  Structures  >  RdsConfiguration

RdsConfiguration

Structure Class

RdsConfiguration dataclass

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Attributes

credentials_secret_arn instance-attribute
credentials_secret_arn: str

The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.

database_name instance-attribute
database_name: str

The name of your Amazon RDS database.

field_mapping instance-attribute
field_mapping: RdsFieldMapping

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

resource_arn instance-attribute
resource_arn: str

The Amazon Resource Name (ARN) of the vector store.

table_name instance-attribute
table_name: str

The name of the table in the database.