Class: Aws::BedrockAgent::Types::RdsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RdsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains the configurations to use RDS to store knowledge base data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials_secret_arn ⇒ String
Arn of a SecretsManager Secret.
-
#database_name ⇒ String
Name of the database within RDS.
-
#field_mapping ⇒ Types::RdsFieldMapping
A mapping of Bedrock Knowledge Base fields to RDS column names.
-
#resource_arn ⇒ String
Arn of a RDS Resource.
-
#table_name ⇒ String
Name of the table within RDS.
Instance Attribute Details
#credentials_secret_arn ⇒ String
Arn of a SecretsManager Secret.
2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2673 class RdsConfiguration < Struct.new( :resource_arn, :credentials_secret_arn, :database_name, :table_name, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
Name of the database within RDS
2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2673 class RdsConfiguration < Struct.new( :resource_arn, :credentials_secret_arn, :database_name, :table_name, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#field_mapping ⇒ Types::RdsFieldMapping
A mapping of Bedrock Knowledge Base fields to RDS column names
2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2673 class RdsConfiguration < Struct.new( :resource_arn, :credentials_secret_arn, :database_name, :table_name, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Arn of a RDS Resource.
2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2673 class RdsConfiguration < Struct.new( :resource_arn, :credentials_secret_arn, :database_name, :table_name, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
Name of the table within RDS
2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2673 class RdsConfiguration < Struct.new( :resource_arn, :credentials_secret_arn, :database_name, :table_name, :field_mapping) SENSITIVE = [] include Aws::Structure end |