Module Values.OpenSearchManagedClusterConfigurationSource

Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.

Sourcetype nonrec t = {
  1. domainEndpoint : OpenSearchManagedClusterDomainEndpoint.t;
    (*

    The endpoint URL the OpenSearch domain.

    *)
  2. domainArn : OpenSearchManagedClusterDomainArn.t;
    (*

    The Amazon Resource Name (ARN) of the OpenSearch domain.

    *)
  3. vectorIndexName : OpenSearchManagedClusterIndexName.t;
    (*

    The name of the vector store.

    *)
  4. fieldMapping : OpenSearchManagedClusterFieldMapping.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of OpenSearchManagedClusterDomainEndpoint.t | `Structure of (string * [> `String of FieldName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t