Values.OpenSearchApplicationSourceThis structure contains information about the OpenSearch Service application used for this integration. An OpenSearch Service application is the web application created by the integration with CloudWatch Logs. It hosts the vended logs dashboards.
type nonrec t = {applicationEndpoint : OpenSearchApplicationEndpoint.t option;The endpoint of the application.
*)applicationArn : Arn.t option;The Amazon Resource Name (ARN) of the application.
*)applicationId : OpenSearchApplicationId.t option;The ID of the application.
*)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 OpenSearchApplicationEndpoint.t
| `Structure of
(string
* [> `Enum of string | `String of IntegrationStatusMessage.t ])
list ])
list ]