Class: Aws::Types::DataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_knowledge_store_configuration ⇒ Types::BedrockKnowledgeStoreConfiguration
Returns the value of attribute bedrock_knowledge_store_configuration.
-
#kendra_configuration ⇒ Types::QnAKendraConfiguration
Returns the value of attribute kendra_configuration.
-
#opensearch_configuration ⇒ Types::OpensearchConfiguration
Returns the value of attribute opensearch_configuration.
Instance Attribute Details
#bedrock_knowledge_store_configuration ⇒ Types::BedrockKnowledgeStoreConfiguration
Returns the value of attribute bedrock_knowledge_store_configuration.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def bedrock_knowledge_store_configuration @bedrock_knowledge_store_configuration end |
#kendra_configuration ⇒ Types::QnAKendraConfiguration
Returns the value of attribute kendra_configuration.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def kendra_configuration @kendra_configuration end |
#opensearch_configuration ⇒ Types::OpensearchConfiguration
Returns the value of attribute opensearch_configuration.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def opensearch_configuration @opensearch_configuration end |