Values.OpenSearchCollectionSourceThis structure contains information about the OpenSearch Service collection used for this integration. An OpenSearch Service collection is a logical grouping of one or more indexes that represent an analytics workload. For more information, see Creating and managing OpenSearch Service Serverless collections.
type nonrec t = {collectionEndpoint : OpenSearchCollectionEndpoint.t option;The endpoint of the collection.
*)collectionArn : Arn.t option;The ARN of the collection.
*)status : OpenSearchResourceStatus.t option;This structure contains information about the status of this OpenSearch Service resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of OpenSearchCollectionEndpoint.t
| `Structure of
(string
* [> `Enum of string | `String of IntegrationStatusMessage.t ])
list ])
list ]