Values_2.RouteServerAssociationSourceDescribes the association between a route server and a VPC. A route server association is the connection established between a route server and a VPC.
type nonrec t = {routeServerId : Values_1.RouteServerId.t option;The ID of the associated route server.
*)vpcId : Values_0.VpcId.t option;The ID of the associated VPC.
*)state : Values_1.RouteServerAssociationState.t option;The current state of the association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.RouteServerId.t ])
list ]