Class: Aws::BedrockAgent::Types::RedisEnterpriseCloudConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_secret_arnString

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

Returns:

  • (String)


3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3458

class RedisEnterpriseCloudConfiguration < Struct.new(
  :credentials_secret_arn,
  :endpoint,
  :field_mapping,
  :vector_index_name)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint URL of the Redis Enterprise Cloud database.

Returns:

  • (String)


3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3458

class RedisEnterpriseCloudConfiguration < Struct.new(
  :credentials_secret_arn,
  :endpoint,
  :field_mapping,
  :vector_index_name)
  SENSITIVE = []
  include Aws::Structure
end

#field_mappingTypes::RedisEnterpriseCloudFieldMapping

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



3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3458

class RedisEnterpriseCloudConfiguration < Struct.new(
  :credentials_secret_arn,
  :endpoint,
  :field_mapping,
  :vector_index_name)
  SENSITIVE = []
  include Aws::Structure
end

#vector_index_nameString

The name of the vector index.

Returns:

  • (String)


3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3458

class RedisEnterpriseCloudConfiguration < Struct.new(
  :credentials_secret_arn,
  :endpoint,
  :field_mapping,
  :vector_index_name)
  SENSITIVE = []
  include Aws::Structure
end