Values.IntegrationSummarySourceThis structure contains information about one CloudWatch Logs integration. This structure is returned by a ListIntegrations operation.
type nonrec t = {integrationName : IntegrationName.t option;The name of this integration.
*)integrationType : IntegrationType.t option;The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
*)integrationStatus : IntegrationStatus.t option;The current status of this integration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IntegrationName.t ]) list ]