Values.IntegrationDetailsSourceThis structure contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies. This structure is returned by a GetIntegration operation.
type nonrec t = {openSearchIntegrationDetails : OpenSearchIntegrationDetails.t option;This structure contains complete information about one integration between CloudWatch Logs and OpenSearch Service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of OpenSearchDataSourceName.t
| `Structure of
(string
* [> `Enum of string
| `String of IntegrationStatusMessage.t ])
list ])
list ])
list ])
list ]