Class: Aws::BedrockAgent::Types::RedisEnterpriseCloudConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RedisEnterpriseCloudConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains the configurations to use Redis Enterprise Cloud to store knowledge base data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials_secret_arn ⇒ String
Arn of a SecretsManager Secret.
-
#endpoint ⇒ String
Redis enterprise cloud endpoint.
-
#field_mapping ⇒ Types::RedisEnterpriseCloudFieldMapping
A mapping of Bedrock Knowledge Base fields to Redis Cloud field names.
-
#vector_index_name ⇒ String
Name of a redis enterprise cloud index.
Instance Attribute Details
#credentials_secret_arn ⇒ String
Arn of a SecretsManager Secret.
2734 2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2734 class RedisEnterpriseCloudConfiguration < Struct.new( :endpoint, :vector_index_name, :credentials_secret_arn, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
Redis enterprise cloud endpoint
2734 2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2734 class RedisEnterpriseCloudConfiguration < Struct.new( :endpoint, :vector_index_name, :credentials_secret_arn, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#field_mapping ⇒ Types::RedisEnterpriseCloudFieldMapping
A mapping of Bedrock Knowledge Base fields to Redis Cloud field names
2734 2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2734 class RedisEnterpriseCloudConfiguration < Struct.new( :endpoint, :vector_index_name, :credentials_secret_arn, :field_mapping) SENSITIVE = [] include Aws::Structure end |
#vector_index_name ⇒ String
Name of a redis enterprise cloud index
2734 2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2734 class RedisEnterpriseCloudConfiguration < Struct.new( :endpoint, :vector_index_name, :credentials_secret_arn, :field_mapping) SENSITIVE = [] include Aws::Structure end |