Values.AppConfigSourceConfiguration settings for an OpenSearch application. For more information, see Using the OpenSearch user interface in Amazon OpenSearch Service.
type nonrec t = {key : AppConfigType.t option;The configuration item to set, such as the admin role for the OpenSearch application.
*)value : AppConfigValue.t option;The value assigned to the configuration key, such as an IAM user ARN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AppConfigValue.t ]) list ]