Values.CreateVirtualRouterInputSourcetype nonrec t = {clientToken : String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
*)meshName : ResourceName.t;The name of the service mesh to create the virtual router in.
*)meshOwner : AccountId.t option;The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
*)spec : VirtualRouterSpec.t;The virtual router specification to apply.
*)virtualRouterName : ResourceName.t;The name to use for the virtual router.
*)}val make :
?clientToken:??? ->
?meshOwner:??? ->
?tags:??? ->
meshName:ResourceName.t ->
spec:VirtualRouterSpec.t ->
virtualRouterName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PortNumber.t ])
list ])
list ]
list ])
list ])
list ]