Values.BackendServerDescriptionSourceInformation about the configuration of an EC2 instance.
type nonrec t = {instancePort : InstancePort.t option;The port on which the EC2 instance is listening.
*)policyNames : PolicyNames.t option;The names of the policies enabled for the EC2 instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of InstancePort.t
| `List of [> `String of PolicyName.t ] list ])
list ]