Values.VpcConfigurationSourceThe configuration options for a service managed fleet's VPC.
type nonrec t = {resourceConfigurationArns : VpcResourceConfigurationArns.t option;The ARNs of the VPC Lattice resource configurations attached to the fleet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of VpcResourceConfigurationArn.t ] list ])
list ]