RdsConfiguration
Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
Contents
- credentialsSecretArn
- 
               The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database. Type: String Pattern: arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}Required: Yes 
- databaseName
- 
               The name of your Amazon RDS database. Type: String Length Constraints: Minimum length of 0. Maximum length of 63. Pattern: [a-zA-Z0-9_\-]+Required: Yes 
- fieldMapping
- 
               Contains the names of the fields to which to map information about the vector store. Type: RdsFieldMapping object Required: Yes 
- resourceArn
- 
               The Amazon Resource Name (ARN) of the vector store. Type: String Pattern: arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}Required: Yes 
- tableName
- 
               The name of the table in the database. Type: String Length Constraints: Minimum length of 0. Maximum length of 63. Pattern: [a-zA-Z0-9_\.\-]+Required: Yes 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: