Values.VpcConfigSourceDescribes VPC configuration information for fleets and image builders.
type nonrec t = {subnetIds : SubnetIdList.t option;The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
*)securityGroupIds : SecurityGroupIdList.t option;The identifiers of the security groups for the fleet or image builder.
*)}