Values_2.EndpointConfigSummarySourceProvides summary information for an endpoint configuration.
type nonrec t = {endpointConfigName : Values_0.EndpointConfigName.t option;The name of the endpoint configuration.
*)endpointConfigArn : Values_0.EndpointConfigArn.t option;The Amazon Resource Name (ARN) of the endpoint configuration.
*)creationTime : Values_0.Timestamp.t option;A timestamp that shows when the endpoint configuration was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.EndpointConfigName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]